Difference between revisions of "Global"
Jump to navigation
Jump to search
m
→Scripting
imported>HawkFest |
imported>GigaPoint m (→Scripting) |
||
Line 18: | Line 18: | ||
GlobalVariable Property GameHour auto | GlobalVariable Property GameHour auto | ||
float myhour = GameHour. | float myhour = GameHour.GetValue() | ||
GameHour. | GameHour.SetValue(10) | ||
===Console=== | ===Console=== |