16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rude_tanzend
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 21/10/2004 9:28:22 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
// Inspect local variable stored on the item for persistence
|
|
object oPC = GetPCSpeaker();
|
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
|
if (GetLocalInt(oDatabase,"rude_tanz_quest")!=400)return FALSE;
|
|
return TRUE;
|
|
}
|