7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
void main()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
|
|
CreateItemOnObject("bangball", oPC,1);
|
|
}
|