I am trying to do a script for something like:
PHP Code:
if (playerchats){
if (strequals(#c,/summon "otherplayeraccountname")){
otherplayeracctname newx, newy;
}
}
What would I use to get the account name of the said player, and what would I use to set the x/y of ANOTHER player other than the player triggering?