Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
22
nwnds_module/havehide2.nss
Normal file
22
nwnds_module/havehide2.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName havehide2
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/8/02 4:01:17 PM
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oItemToTake;
|
||||
oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "AirDrakeHide");
|
||||
if(GetIsObjectValid(oItemToTake) != 0)
|
||||
return TRUE;
|
||||
// else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user