prontera,155,181,5 script Sample#guildwarp 45,2,2,{ if( getcharid(2) ){ if( getguildname( getcharid(2) ) == "triplex" ) warp "prontera",155,181; else if( getguildname( getcharid(2) ) == "ransu" ) warp "prontera",155,181; else if( getguildname( getcharid(2) ) == "ksiw" ) warp "prontera",155,181; else if( getguildname( getcharid(2) ) == "ascow" ) warp "prontera",155,181; else dispbottom "Didnt have available warp for your guild."; }else dispbottom "You dont have a guild"; end; }