Or this:
http://neverwinterva...riting-wall-cep
This second option seems the most appropriate for my module, as no custom content/haks are needed.
Unfortunately, I can seem to get it to work.
- I copied the code into a new script called, "bh_writing".
- I created an InvisibleObject (that is not static) with a unique tag called "testwriting", that also has a local "bWall" integer set to "1" (and have tried "0"), as well as a string variable called "text1".
- I put ExecuteScript("bh_writing", GetObjectByTag("testwriting")); in my area "OnEnter" event.
Unfortunately, it doesn't appear to be working.
Has any tried using this script that can verify it functions properly?