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