Advertisement
ZoriaRPG

Waiting warp FFC

Apr 26th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. ffc script waitingwarp
  2. {
  3.      void run(int type)
  4.      {
  5.           int cp = ComboAt(Link->X+8,Link->Y+8);          
  6.           while(ComboAt(Link->X+8,Link->Y+8)==cp)
  7.           {
  8.                Waitframe();
  9.           }
  10.           Screen->ComboT[cp] = Cond(type > 0, type, CT_STAIRS_A);
  11.           this->Data = 0; Quit();
  12.      }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement