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