void main()
{
   object oPC = GetPCSpeaker();
   object oDatabase = GetItemPossessedBy(oPC,"Database");
   SetLocalInt(oDatabase, "ORC_QST1", 100);
}