I got it to set to (StaffTag), but no nick in there with:
serverside in the trigger
PHP Code:
if (params[0] == "settag"){
temp.post = clientr.spost;
temp.getnick = getguildnick(params[1], player.account);
findPlayer(player.account).nick = temp.getnick SPC "(" @ temp.post @ ")";
}
clientside
PHP Code:
if (player.chat == "/settag"){
if (clientr.staff == "yes"){
triggerserver("gui", this.name, "settag");
}
}
so its pulling the guild and account but not setting the nick in the guild that is set in there.
also, since graal.net is down, what is SPC exactly, what's it mean, and what's it used for?
also, any ideas on how to add the nick in?