kingtitan Posted June 5, 2011 Share Posted June 5, 2011 Would it be possible for someone to make a scripted spell that you can "shoot" at activators (levers, push blocks, ect) to trigger them from a distance? Link to comment Share on other sites More sharing options...
kingtitan Posted June 5, 2011 Author Share Posted June 5, 2011 Actually, for starters, is this even possible to script? Link to comment Share on other sites More sharing options...
Kuraikiba Posted June 5, 2011 Share Posted June 5, 2011 I'm assuming you'd want it to have it much like this (not actual script, just a baseline): set targetref to SpellTarget (OnActivate?) Then have it run a check to see if the item has an activator script. In that case, you need after that: If OnActivate == 1 and targetref == OnTriggerTargetthen set trapactivate to 1 Something along those lines. But to clarify, ask fg109 or someone like that. Link to comment Share on other sites More sharing options...
Recommended Posts