16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rude_alora004
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 14/10/2004 1:32:15 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
// Inspect local variables
|
|
object oPC = GetPCSpeaker();
|
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
|
if (GetLocalInt(oDatabase,"rude_alorasub")!=100)return FALSE;
|
|
return TRUE;
|
|
}
|