/* Script generated by Lilac Soul's NWN Script Generator, v. 1.6 For download info, please visit: http://www.lilacsoul.revility.com */ //Put this OnEnter void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; ActionSpeakString("As the trap is triggered, a choking, acrid gas begins to spew forth from the statue's mouths..."); }