8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
#include "sha_misc_funcs"
|
||
|
#include "x0_i0_partywide"
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
CreateItemOnObject("sha_eyeofmoon", oPC);
|
||
|
}
|