Jump to content

Photo

Ghost ZH Problems.


  • Please log in to reply
1 reply to this topic

#1 Zagut

Zagut

    Experienced Forumer

  • Members
  • Location:Somewhere in the universe.

Posted 13 June 2017 - 05:38 PM

I have a problem:

I want to import some scripts into my quest, and 3 of them are Global scripts.

I've combined two of them (Moosh's Empty Bottles and Moosh's Pits), but I'm not sure about the third one: Ghost ZH Active Script. When i import Ghost.zh, there is a ghost zh active script.

I was hoping to fuse the Ghost Active script with my the other 2 Active scripts, but when i open the GhostZH file, i don't see any Global script.

Is there a way to import all 3 of these scripts into my quest?



#2 Saffith

Saffith

    IPv7 user

  • Members

Posted 13 June 2017 - 05:58 PM

It's in a separate file, ghost_zh/scripts.zh. Or I could just paste it here. It's short.
 
global script GhostZHActiveScript
{
    void run()
    {
        StartGhostZH();
        
        while(true)
        {
            UpdateGhostZH1();
            Waitdraw();
            UpdateGhostZH2();
            Waitframe();
        }
    }
}

  • Zagut likes this


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users