8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sociallevel", GetPCSpeaker(), 2);
|
|
|
|
}
|