Changed folder name.
Changed folder name.
This commit is contained in:
15
_module/nss/bottlecheck.nss
Normal file
15
_module/nss/bottlecheck.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName beetlejuice
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/13/2002 12:14:41 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oItem = GetItemPossessedBy(GetPCSpeaker(), "EmptyBottle");
|
||||
return oItem != OBJECT_INVALID;
|
||||
}
|
||||
|
Reference in New Issue
Block a user