8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("sextant234", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|