Thread: #g problem
View Single Post
  #3  
Old 11-03-2001, 05:30 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Re: #g problem

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)
Reply With Quote