11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
CreateItemOnObject("queensdocument", oPC);
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
SetLocalInt(oDatabase, "GOBLIN_QST1", 200);
|
||
|
}
|
||
|
|