Assigned scripts[]
The article states "scripts assigned to a static placeable object do not run" — does this mean a script executed by (not assigned to) the placeable via ExecuteScript()
, a function (not a script) assigned to the placeable via AssignCommand()
, scripts assigned to the placeable's events, or something else entirely? (If anyone knows the answer, great. If not, this is a reminder to me to do run some tests to find out what was meant.) I could see the heartbeat event not firing, but otherwise I find this a bit surprising. --The Krit 21:56, July 6, 2010 (UTC)
- I ran some tests. Scripts assigned to a static placeable's events run (if those events occur — some, such as OnClick, are not applicable to static placeables), scripts handed off to a static placeable via
ExecuteScript()
run, and commands assigned to a static placeable run. As far as I can tell, the "do not run" statement is completely baseless. --The Krit 23:36, July 25, 2010 (UTC)