7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
|
SetLocalInt(oDatabase, "GATH_NOBLE_QUEST", 400);
|
|
}
|