trigger OnAboutToOpenContainer(obj_id who) { if(isGod(who)) { sendSystemMessageTestingOnly(who, "GOD MODE: You are able to open this container because you are in God Mode!"); return SCRIPT_CONTINUE; } return SCRIPT_OVERRIDE; }