15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_alora001
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 13/10/2004 9:54:08 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
SetLocalInt(oDatabase, "rude_alorasub", 100);
|
||
|
}
|