16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_lordgiven
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 23/10/2004 5:01:42 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
// Inspect local variable
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
if (GetLocalInt(oDatabase,"rude_lordvaude")!=100)return FALSE;
|
||
|
return TRUE;
|
||
|
}
|