yuhsing

Untitled

Nov 15th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2.  
  3. - script Sample#save_warp -1,{
  4.  
  5. OnPCDieEvent:
  6. sleep2 1000;
  7. atcommand "@raise";
  8. OnPCLoginEvent:
  9. if( strcharinfo(4) == "Hades" ){
  10. savepoint "gonryun",159,158;
  11. }else if( strcharinfo (4) == "Athena" ){
  12. savepoint "lighalzen",159,90;
  13. }else{
  14. savepoint "izlude",94,103;
  15. }
  16. warp "SavePoint",0,0;
  17. end;
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment