I can't get this to warp anyone but me (this is only part of the script) I've tried many ways, none work x_X srry for another lousy gs1 thread
NPC Code:
for(i=0;i<playerscount;i++)
{
with(players[i])
{
if(strequals(#g,Red Team))
{
triggeraction x,y,warp2,red;
}
if(strequals(#g,Blue Team))
{
triggeraction x,y,warp2,blue;
}
}
}