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