Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
18
_module/nss/69_hench_inven.nss
Normal file
18
_module/nss/69_hench_inven.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////////
|
||||
//:: 69_HENCH_INVEN
|
||||
//:: Opens the henchman's inventory for the player.
|
||||
//:: Copyright (c) 2002 Floodgate Entertainment
|
||||
//:: Created By: Naomi Novik
|
||||
//:: Created On: 01/24/2003
|
||||
//:: Modified: 69MEH69 Sep2004
|
||||
//::///////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF, "HenchInv") == FALSE) //69MEH69
|
||||
{
|
||||
SpeakStringByStrRef(9066);
|
||||
}
|
||||
else
|
||||
OpenInventory(OBJECT_SELF, GetPCSpeaker());
|
||||
}
|
Reference in New Issue
Block a user