10 Oct
2012
10 Oct
'12
7:40 p.m.
Why is "document.MyCharacterMess" a string?
The sequencers use loadstring() internally (util-seq.lua), so you need to supply the namespace as a string. This happens all over the place with action/callbacks.
more flexible this way (one can redefine, nil or whatever such functions)
It is like a "pointer to a pointer". Or a reference to a reference, since we do not use pointers in Lua.