yuhsing

Untitled

Dec 2nd, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. prontera,155,181,5 script Sample#bc 757,{
  2. if( @HD < gettimetick(2) ){
  3. mes "Hi! one of the features about FlavusRO is Party exp Share Bonus. I can help you look for a party if you want";
  4. if( select("YES:NO") == 1 ){
  5. announce "[ "+jobname( Class )+" : "+strcharinfo(0)+" ] is looking for a party , pm them for more information",0;
  6. set @HD, gettimetick(2) + 120;
  7. }
  8. }else{
  9. mes "Please wait another "+( @HD - gettimetick(2) )+" seconds.";
  10. }
  11. close;
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment