16 lines
562 B
Plaintext
16 lines
562 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_alora003
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 14/10/2004 1:31:30 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
// Inspect local variable on the item for persistence
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
if (GetLocalInt(oDatabase,"rude_alorasub")!=200)return FALSE;
|
||
|
return TRUE;
|
||
|
}
|