RATDOG/_module/nss/sob_examine003.nss

9 lines
192 B
Plaintext
Raw Normal View History

//Make PC read the description on a door when he interacts with it
void main()
{
object oPC=GetClickingObject();
object oExamine=OBJECT_SELF;
AssignCommand(oPC,ActionExamine(oExamine));
}