Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
15
_module/nss/evil_horsechk.nss
Normal file
15
_module/nss/evil_horsechk.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (GetTag(OBJECT_SELF) == "ss1_evilquest")
|
||||
iResult = TRUE;
|
||||
if (GetTag(OBJECT_SELF) == "dw1_evilquest")
|
||||
iResult = TRUE;
|
||||
if (GetTag(OBJECT_SELF) == "ip1_evilquest")
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user