Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).
I would like an action that causes all flying objects to fall out of the sky, and execute their CONVERT_BREAK if they have one. I assume this is not terribly difficult to implement, but I will gladly explain my rationale in PM if I need to justify it.
I just don't want to spoil any surprises though.
(of course, I'm curious if anyone knows a way to do this already, in which case, never mind!)
These actions do the obvious to the item that triggers the action. For example, you could have a floor triggers all over a room which are activated by spells and triggers the explode action so that the party can't use fireballs etc in that room (or at least, if they did, they'd blow up in their faces).
The actions are applied to the item that triggered the action. The only restriction in using them is getting the item to do the triggering.
So, for example a matrix style attack method (of say, "stop all bullets"), would require (inactive) floor triggers everywhere that activated the action stop flying. The attack method would then just toggle the floor triggers on and off again. If there were any flying items above the triggers then they'd be stopped.