Page 1 of 1

[Command] setGlobal

Posted: Sat Nov 06, 2021 6:00 pm
by Raddeck
GlobalVariableName.setGlobal(float or floatvariable)


USE:
Set (add if it doesn't already exist) a global variable to a certain number.


TYPE: Command, non-Ref (ref-like syntax)
RETURNS: /
THEME: Variables
COMPARE: getGlobal, clearGlobal, getID


EXAMPLE:

Code: Select all

    NumberOfChildren.setGlobal(3)
    
    OR
    
    SugarDaddyID = Actor2.getID()
    SugarDaddy.setGlobal(SugarDaddyID)