I'm wondering if it is possible to make a LUA Script that will Cast Death and Decay like a macro that will drop the spell at the players position without using a mouse over or the having to click drop the spell. Basically making D&D a one click spell. I hope I have described this well enough. I really don't know anything about LUA Scripting but this is what I have so far and I think I'm not even close.
name, _, _, _, _, _, _, _, _, _, _ = Unitposition("player") cast "Death and Decay" then release at ("Unitposition") end