yuhsing

Untitled

Jan 25th, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. - script AutoRevive -1,{
  2. OnPCDieEvent:
  3. .@item_id = 5022;
  4. if( isequipped( .@item_id ) ){
  5. sleep2 1000;
  6. atcommand "@alive";
  7. }
  8. end;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment