Advertisement
Guest User

Ykwii script V1

a guest
May 29th, 2015
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. OnPlayerEnterRegion["cafe"]("myPlayer")
  2. {
  3. Game.PrintMessage("'Welcome▪to▪the▪city's▪famous▪cafe!'");
  4. Game.PrintMessage("'Enjoy▪your▪stay!'▪shouts▪the▪barkeeper");
  5. Game.PrintMessage("'A▪refill▪station▪is▪next▪to▪the");
  6. Game.PrintMessage("billboard'");
  7. }
  8.  
  9. OnPlayerEnterRegion["ocean"]("myPlayer")
  10. {
  11. Game.PrintMessage("Welcome▪to▪the▪ocean!");
  12. }
  13.  
  14.  
  15. OnPlayerEnterRegion["cafe_board"]("myPlayer")
  16.  
  17. {
  18.  
  19. Game.PrintMessage("The▪board▪has▪many▪articles▪all▪over▪it");
  20.  
  21.  
  22. Game.PrintMessage("Secret▪cult▪meeting▪in▪the▪houses?");
  23.  
  24. Game.PrintMessage("oldest▪known▪tree▪to▪date");
  25.  
  26. Game.PrintMessage("ocean▪exploration▪Achievable▪or▪not?");
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement