Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample#save_warp -1,{
- OnPCDieEvent:
- sleep2 1000;
- atcommand "@raise";
- OnPCLoginEvent:
- if( strcharinfo(4) == "Hades" ){
- savepoint "gonryun",159,158;
- }else if( strcharinfo (4) == "Athena" ){
- savepoint "lighalzen",159,90;
- }else{
- savepoint "izlude",94,103;
- }
- warp "SavePoint",0,0;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment