Ulysses
General => Developers Corner => Topic started by: LuaTenshi on November 05, 2013, 04:33:26 AM
-
How would I apply an effect to a prop that is being removed? For example the combine ball dissolve effect. (When a combine ball disintegrates some thing.)
-
Total guess here - Grab the current prop's coords using the onremove, pass an effect function the coords, return from onremove, have function perform effect at the coords?
-
You have to find the name of the effect, which I don't remember off hand. It's a pretty straight forward function past that, though.