Advertisement
Guest User

TB Mini Game part 3

a guest
Oct 18th, 2016
1,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ;If the mini game is not over back here
  2. *MinigameCheck
  3.  
  4. Click to continue.[p]
  5.  
  6. ;Condition
  7. [if exp=" f.endMinigame == 'false' "]
  8.  
  9. ; Go to the label: *MinigameCheck
  10. [jump target=*MinigameCheck]
  11.  
  12. [endif]
  13.  
  14. ;Clean HTML / Clear All Messages
  15. [cm]
  16.  
  17.  
  18. ;Nova mensagem
  19. The state variable "endMinigame" is " [emb exp="f.endMinigame"] " [p]
  20. Congratulations, You finished the mini game![p]
  21.  
  22. ;End JavaScript
  23. [endscript]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement