global script Combined
{
void run()
{
//Before while
StartClock();
Tango_Start();
while(true)
{
//Before Waitdraw
UpdateEWeapons();
UpdateClock();
CleanUpGhostFFCs();
Tango_Update1();
BombBlastFake();
BigDeathAnim();
Waitdraw();
//After Waitdraw
AutoGhost();
Tango_Update2();
Waitframe();
}
}
}
Give Link Item (while on Combo)
Started by
Cukeman
, Feb 16 2016 06:34 PM
16 replies to this topic
#16
Posted 17 April 2016 - 09:29 AM
Stupid mistake on my part. The global script never calls Tango_Start(), so the menu data is uninitialized.
- Cukeman likes this
#17
Posted 19 April 2016 - 04:20 PM
That fixed it, thanks Saffith!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users

