Added dialog to raise new players to 12th lvl
Added dialog to raise new players to 12th lvl
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