Author Topic: Affect all command  (Read 738 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Affect all command
« on: May 15, 2019, 09:41:09 AM »
Usage
Code: [Select]
affect all = true/false
When the command affects all is true, the game will make all the commands to be executed over any possible stuff, doesn't matter how far is from the player.
Example:
Code: [Select]
affect all = true
change enemy 5, 3
All enemies with the ID 5 will be changed to the enemy with ID 3. This will affect all enemies on the area, doesn't matter how far away are them from the player. This will be very useful, at least for me :)
Sorry because my English is not very good because I'm Spanish ;) :P