|
BillRunacre -> RE: Global variable (2/22/2021 9:35:41 AM)
|
Global Variables determine whether something can happen at all during a game. This is because they are set at game start, and if the number generated is within the range used in a script then that script can fire during the game. If the number generated is not within that range, then that script will not fire during the game, no matter what happens. Triggers are different because they can always happen in a game, providing of course that their conditions are met.
|
|
|
|