12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
|
|
|
|
|
|
void main()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
object oMe=OBJECT_SELF;
|
|
object oBook=GetItemPossessedBy(oMe,"it_grubbins");
|
|
CreateItemOnObject("it_grubbins",oPC);
|
|
DestroyObject(oBook);
|
|
}
|