mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 18:07:54 -05:00
Update info.md
This commit is contained in:
parent
1c274d6daa
commit
d904cb1bc2
3
info.md
3
info.md
@ -48,15 +48,14 @@ WILL COMPILE
|
|||||||
EXAMPLE:
|
EXAMPLE:
|
||||||
```a = b && c;```
|
```a = b && c;```
|
||||||
WILL NOT COMPILE
|
WILL NOT COMPILE
|
||||||
```
|
|
||||||
|
|
||||||
**7. Scripts that contain #using_animtree( "animtree" ); will compile but crash upon loading**
|
**7. Scripts that contain #using_animtree( "animtree" ); will compile but crash upon loading**
|
||||||
Unfortunately, for certain scripts #using_animtree( "animtree" ); is required for the script to function so scripts containing it will crash on start/while running
|
Unfortunately, for certain scripts #using_animtree( "animtree" ); is required for the script to function so scripts containing it will crash on start/while running
|
||||||
There is a workaround using script names such as maps/mp/gametypes_zm/_globalentities and naming an extracted but not decompiled script
|
There is a workaround using script names such as maps/mp/gametypes_zm/_globalentities and naming an extracted but not decompiled script
|
||||||
|
|
||||||
**8. You cannot use variable defined notifies/waittills**
|
**8. You cannot use variable defined notifies/waittills**
|
||||||
|
```
|
||||||
EXAMPLE:
|
EXAMPLE:
|
||||||
```
|
|
||||||
var = "connected";
|
var = "connected";
|
||||||
level notify( var, player );
|
level notify( var, player );
|
||||||
level waittill( var, player );
|
level waittill( var, player );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user