» Sun Jan 10, 2010 11:32 am
IIRC in book/scrolls you can use both ^ and % prefix, but I'm not entirely sure.
Anyway, if you need one of the textual functions (see http://www.scribd.com/doc/7007668/Morrowind-Scripting-for-Dummies-9 page 105) you are limited to standard ; if you need a numeric value you have more freedom, you should be able to assign the value to a global variable and show it in the scroll with ^globalvarname (be sure to not change the variable when the scroll is already open)