Quote:
Originally posted by Googi
Is there a way to use the #g string (or any other script), to make an NPC do something only if the person is NOT in a specific guild.
(For example, everyone in a room without a specific guild tag has 5 halfhearts of damage done to them)
|
if (strequals(#g, Pirate Crew )) {
hurt 5;
} (hopefully that above goes online lol)