Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/tanner_bearngold.nss
Normal file
8
_module/nss/tanner_bearngold.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetItemPossessedBy(oPC, "anc_it_bbearskin") == OBJECT_INVALID) return TRUE;
|
||||
if (GetGold(oPC) < 1000) return TRUE;
|
||||
if (GetItemInSlot(INVENTORY_SLOT_CLOAK, oPC) == OBJECT_INVALID) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user