WoR_PRC8/_module/nss/rude_tanzmid2.nss

16 lines
564 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName rude_tanzmid2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/10/2004 4:41:11 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variable on the item for persistence
object oPC = GetPCSpeaker();
object oDatabase = GetItemPossessedBy(oPC,"Database");
if (GetLocalInt(oDatabase,"rude_tanz_quest")!=200)return FALSE;
return TRUE;
}