#how to exclude players from a loop
1 messages · Page 1 of 1 (latest)
like ?
loop entities in radius 3 around player where [input != player]:
loop entities in radius 3 around player:
loop-entity != player
# code
what does != player do
not equal to player
oh so that the loop-players will not include the event-player
! means not
may need to change your ignite code from loop-players to loop-player, if you plan on using a condition
or am i just stupid