16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_lordint
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 23/10/2004 4:59:14 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
// Set the variable
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
SetLocalInt(oDatabase, "rude_lordvaude", 100);
|
||
|
}
|