Local
Jump to navigation
Jump to search
A local varible only exists within the function between "on functionname" and the functions "end" point.
Example: local playermoney = getPlayerMoney ( source )
A local varible only exists within the function between "on functionname" and the functions "end" point.
Example: local playermoney = getPlayerMoney ( source )