Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1. scn jmodRDTruckStartQuestScript
  2.  
  3. short bDoOnce
  4. float timer
  5.  
  6. BEGIN GameMode
  7.    
  8.     if getstage jmodRDTruckIntro 5
  9.         set timer to 5
  10.     endif
  11.  
  12.     if ( timer > 0 )                                                
  13.          set timer to timer - getSecondsPassed        
  14.      else                                                                
  15.             setstage jmodRDTruckintro 10
  16.     endif
  17.  
  18.     if getstage jmodRDTruckIntro 10
  19.         jmodRDNPCRavenRef.sayto player jmodRDTruckIntroConvo
  20.     endif
  21.  
  22. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement