yuhsing

Untitled

Nov 18th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. prontera,155,181,5 script Sample#guildwarp 45,2,2,{
  3. if( getcharid(2) ){
  4. if( getguildname( getcharid(2) ) == "triplex" )
  5. warp "prontera",155,181;
  6. else if( getguildname( getcharid(2) ) == "ransu" )
  7. warp "prontera",155,181;
  8. else if( getguildname( getcharid(2) ) == "ksiw" )
  9. warp "prontera",155,181;
  10. else if( getguildname( getcharid(2) ) == "ascow" )
  11. warp "prontera",155,181;
  12. else
  13. dispbottom "Didnt have available warp for your guild.";
  14. }else
  15. dispbottom "You dont have a guild";
  16. end;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment