PoA_PRC8/_module/nss/4thkeycheck.nss

19 lines
564 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: 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;
}