//alert the rest when the "secret panel" in Zunia's study opens void main() { object oPC = GetLastOpenedBy(); if(GetIsDM(oPC)) return; AssignCommand(oPC,ActionSpeakString("You touch a rough tile in the mosaic, causing a panel to pop open.")); }