RATDOG/_module/nss/sob_examine001.nss

9 lines
193 B
Plaintext
Raw Normal View History

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