Amon_PRC8/_module/nss/sob_examine002.nss

8 lines
129 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//Allow PC to see his description.
void main()
{
object oPC=GetLastUsedBy();
AssignCommand(oPC,ActionExamine(OBJECT_SELF));
}