void main() { object oTarget = GetObjectByTag("gan_coffin"); string sText; sText = "You will pay dearly for this..."; ActionSpeakString (sText, TALKVOLUME_TALK); AssignCommand(oTarget, ActionUnlockObject(oTarget)); }