Advertisement
dreamunreal

Untitled

Apr 19th, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. prontera,150,120,5 script warp_radom 123,{
  2. switch(rand(2))
  3. {
  4. case 0:
  5. warp "prontera",150,125;
  6. break;
  7. case 1:
  8. warp "morroc",150,120;(are you sure the spell "morroc" is right?)
  9. break;
  10. }
  11. close;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement