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