Update 'In Game Admin Helpers'
parent
7cb9fd83ce
commit
5c050f0d33
|
|
@ -8,3 +8,10 @@ myCurator addCuratorEditableObjects \[\[this\], true\];
|
|||
## **Get Unit Zeus is Controlling**
|
||||
|
||||
myUnit = missionNamespace getVariable \["bis_fnc_moduleRemoteControl_unit", player\]
|
||||
|
||||
# Time
|
||||
## Set time to specific time using skipTime
|
||||
Change to time x:
|
||||
```
|
||||
skipTime ((x - dayTime + 24) % 24);
|
||||
```
|
||||
Loading…
Reference in New Issue