Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. kh_rossi,88,279,3 script Alice#upstairs 1275,{
  2. if (MathildeQuest == 5) goto GuardDead;
  3. mes "[Alice Unit]";
  4. mes "Cleaning...cleaning...cleaning...";
  5. next;
  6. mes "[" + strcharinfo(0) + "]";
  7. mes "Excuse me...?";
  8. next;
  9. mes "[Alice Unit]";
  10. mes "Clean clean clean...~";
  11. next;
  12. mes "[" + strcharinfo(0) + "]";
  13. mes "Excuse....meeee?";
  14. mes "^3355FFIt's beginning to look like you won't get through to her.^000000";
  15. next;
  16. mes "^3355FFYou hear something walk down the hallway...^000000";
  17. close2;
  18. monster "kh_rossi",280,33,"Guard Alicel",1739,1,"Alice#upstairs::L_GuardKilled";
  19. end;
  20.  
  21. L_GuardKilled:
  22. announce "Alicel: Protect...the...Rosim...",18;
  23. set MathildeQuest,5;
  24. end;
  25.  
  26. GuardDead:
  27. mes "[Alice Unit]";
  28. mes "What happen...?";
  29. next;
  30. mes "[Alice Unit]";
  31. mes "Oh. Hello there.";
  32. next;
  33. mes "[Alice Unit]";
  34. mes "Hello sir and/or Madam. Welcome to Rosimier residence. Do you need any assistance?";
  35. close;
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement