Advertisement
ijontichy

whattheacs.c

May 15th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. script 132 (void)
  2. {
  3.     if (Checkinventory("Mechwarriorgun") >= 1)
  4.     {
  5.         print(s:"where do you think your going?");
  6.         delay(1);
  7.         teleport(246);
  8.     }
  9.     else
  10.     {
  11.         terminate;
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement