The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Da Rules - A Sandbox Menu Thingy [Rep/Rep+/AB+]
DarkSun 2021 年 11 月 17 日 下午 5:37
Help with an idea
i want to be able to spawn a random enemy from a list that i would select where the player clicks, these spawned enemies would be charmed forever and die 3 seconds later, how do i achieve this
< >
正在显示第 1 - 4 条,共 4 条留言
JSG  [开发者] 2022 年 3 月 7 日 上午 7:02 
Extremely late response but, you can either use multiselect (its semi-hidden, just search for "multi" on the specials screen) or Entity lists.
The difference between these 2 is that multiselect allows you to preselect a list of entities (then asks you how many of them you'd like to spawn when the rule triggers), while entity lists are built on the fly and insert the entities into the list as the rule matches.

Multiselect:
click -----> spawn multi (monstro, gaper, fly)
[will spawn either a monstro a gaper or a fly]

Entity List:
Monsters----on damage-->Add to list A
click ----->List A
[will spawn a random monster that you previously damaged]

As for charming stuff, you can just use the Add Property special, charmed is one of the options.
最后由 JSG 编辑于; 2022 年 3 月 7 日 上午 7:03
DarkSun 2022 年 3 月 7 日 下午 3:47 
引用自 JSG
Extremely late response but, you can either use multiselect (its semi-hidden, just search for "multi" on the specials screen) or Entity lists.
The difference between these 2 is that multiselect allows you to preselect a list of entities (then asks you how many of them you'd like to spawn when the rule triggers), while entity lists are built on the fly and insert the entities into the list as the rule matches.

Multiselect:
click -----> spawn multi (monstro, gaper, fly)
[will spawn either a monstro a gaper or a fly]

Entity List:
Monsters----on damage-->Add to list A
click ----->List A
[will spawn a random monster that you previously damaged]

As for charming stuff, you can just use the Add Property special, charmed is one of the options.
ok, but how do i make them die 3 seconds later
DarkSun 2022 年 3 月 7 日 下午 4:17 
because i can only have 1 special mod, cant have both charmed and dies 3 seconds later
JSG  [开发者] 2022 年 3 月 7 日 下午 8:48 
引用自 DarkSun
because i can only have 1 special mod, cant have both charmed and dies 3 seconds later
what?, dunno what you mean by special mod.
Anyway, you need to use labels, like tis:

click -----> whatever[label A]
Label A -----> charm
Label A -----> die
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50