Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
7
_module/nss/orctext.nss
Normal file
7
_module/nss/orctext.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if (!(GetCurrentHitPoints(GetObjectByTag("orc_prisoner")) > 0))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user