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