![]() |
#g problem
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) |
Re: #g problem
Quote:
|
Re: #g problem
Quote:
hurt 5; } (hopefully that above goes online lol) |
'!' before actions means when its not true, or when its not running.:D
|
Poogle: he wanted it to do it to anyone except for a specific guild
Vinvect: Umm, sort of, what it does is if something is false, it makes it true, and if its true, it makes it false, "means when its not true, or when its not running" doesn't work as a complete sentance. |
You could do this:
if (strequals(#g,Pirate Crew)) {playerhearts+=5;} else {hurt 10;} |
A Quote:
One who dies... Well... Dies |
Now we know what u want >=(
|
if (!strequals(#g,GUILD NAME HERE)) {
hurt 5; { |
| All times are GMT +2. The time now is 08:52 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.