New question. I have a small bar with NPCs in it. I only want staff to go through the npc door that warps you to the other level. So far, I have the tag Owner to be able to warp. It works, but I want it to work for all the staff specified in the server options. Here's what I have so far. I'm thinking it was an if() statement in there somewhere.
PHP Code:
if (player.guild == "Owner") {
//warp script here
}