6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
void main()
|
||
|
{
|
||
|
PlaySound("al_mg_ballmagic1");
|
||
|
AssignCommand(GetLastUsedBy(), ActionExamine(OBJECT_SELF));
|
||
|
}
|