9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("bainrabook", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|