AOC_PRC8/_module/nss/examine_self.nss

6 lines
107 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
void main()
{
PlaySound("al_mg_ballmagic1");
AssignCommand(GetLastUsedBy(), ActionExamine(OBJECT_SELF));
}