15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_tanzmid3
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 21/10/2004 8:26:42 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
// Set the variables on the item for persistence
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
SetLocalInt(oDatabase, "rude_tanz_quest", 200);
|
||
|
}
|