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