Jump to content

Photo

Give Link Item (while on Combo)


  • Please log in to reply
16 replies to this topic

#16 Saffith

Saffith

    IPv7 user

  • Members

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.
 
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();
        }
    }
}

  • Cukeman likes this

#17 Cukeman

Cukeman

    "Tra la la, look for Sahasrahla. ... ... ..."

  • Banned
  • Location:Hyrule/USA

Posted 19 April 2016 - 04:20 PM

That fixed it, thanks Saffith!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users