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