The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Da Rules - A Sandbox Menu Thingy [Rep/Rep+/AB+]
DarkSun Nov 17, 2021 @ 5:37pm
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
< >
Showing 1-4 of 4 comments
JSG  [developer] Mar 7, 2022 @ 7:02am 
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.
Last edited by JSG; Mar 7, 2022 @ 7:03am
DarkSun Mar 7, 2022 @ 3:47pm 
Originally posted by 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 Mar 7, 2022 @ 4:17pm 
because i can only have 1 special mod, cant have both charmed and dies 3 seconds later
JSG  [developer] Mar 7, 2022 @ 8:48pm 
Originally posted by 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
< >
Showing 1-4 of 4 comments
Per page: 1530 50