The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Da Rules - A Sandbox Menu Thingy [Rep/Rep+/AB+]
DarkSun 17. nov. 2021 kl. 17: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
< >
Viser 1-4 af 4 kommentarer
JSG  [udvikler] 7. mar. 2022 kl. 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.
Sidst redigeret af JSG; 7. mar. 2022 kl. 7:03
DarkSun 7. mar. 2022 kl. 15:47 
Oprindeligt skrevet af 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 7. mar. 2022 kl. 16:17 
because i can only have 1 special mod, cant have both charmed and dies 3 seconds later
JSG  [udvikler] 7. mar. 2022 kl. 20:48 
Oprindeligt skrevet af 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
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50