#how does the broadcast command work
1 messages · Page 1 of 1 (latest)
for an example
if an object broadcast a message for every object within 2 sqrs (tiles) and if the object being broadcasted has a script that will destroy itself when it receives a right broadcast message, it will be destroyed
1st Object broadcast message "Hey 2nd destroy yourself"
then 2nd object within the range of receiving broadcast message checks if the message is right it will destroys itself
hope this can helps