Jump to content

Photo

Why is this not working? //Take 2


  • Please log in to reply
2 replies to this topic

#1 Joe123

Joe123

    Retired

  • Members

Posted 05 October 2007 - 05:16 PM

CODE
ffc script start_warp{ //start script
    void run(int map, int scr){ //start void run
        while(true){ //start while loop
            if(Link->InputStart){ //start if
            Link->PitWarp(map,scr);
            } //end if
        Waitframe();
        } //end while loop
    } //end void run
} //end script


Why is this not working... Again...

This script just seems to do absolutely nothing. It seems like it should be quite simple. I don't understand why it's not working.

Can someone help me please?

Edited by Joe123, 05 October 2007 - 06:30 PM.


#2 Saffith

Saffith

    IPv7 user

  • Members

Posted 05 October 2007 - 07:41 PM

If you remove the if statement so that it warps him unconditionally, does it work then? I remember PitWarp() used to be broken, and if it hasn't been fixed yet, well, you're screwed.
If the warp itself does work, try setting InputStart to false beforehand; it may be that the subscreen opening is canceling the warp.

#3 Joe123

Joe123

    Retired

  • Members

Posted 06 October 2007 - 04:43 AM

The pitwarp command does work, and I tried doing that second thing - all I managed to do was disable the subscreen icon_razz.gif


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users