17 lines
565 B
Plaintext
17 lines
565 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rude_tanz_mid
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 21/10/2004 4:37:44 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")!=100)return FALSE;
|
|
return TRUE;
|
|
}
|