Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
17
_module/nss/anph_merc_no_gld.nss
Normal file
17
_module/nss/anph_merc_no_gld.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oMarker;
|
||||
string sMercTeam;
|
||||
|
||||
oMarker = GetObjectByTag (GetTag (OBJECT_SELF) + "Marker");
|
||||
|
||||
if (GetGold (GetPCSpeaker ()) >= GetMaxHitPoints (oMarker))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user