Dog_Welder
Dec 17 2006, 07:06 PM
I was wondering if there is a way to cast spells using an OID instead of an ACO. Trying to set up a bot that can bane armor without actually handing it to the bot. I know that many plugins do it and was just wondering if their is a way in Skunk.
Thanks
GKusnick
Dec 18 2006, 02:34 AM
The short answer is not directly. However you can use Decal-side scripting to access native Decal functions from a SkunkWorks control panel, allowing you to do pretty much anything Decal can do. So for instance you could pass an OID through from your main script to a function in your control panel, and call Decal functions on it from there to cast spells.