7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
SetLocalInt(oDatabase, "BRONNOR_QST1", 100);
|
||
|
}
|