//Goes OnPerceived of a creature void main() { object oPC = GetLastPerceived(); if (!GetIsPC(oPC)) return; if (!GetLastPerceptionSeen()) return; ActionSpeakString("Housewares and the like! Behold my sturdy muffin churner!"); }