kvmathis Posted August 11, 2014 Share Posted August 11, 2014 (edited) So after 4 days of trying, I have no idea how to create a specific script. I keep getting complie fail. Basically what I'm trying to do is add the Desire Demon hair flame to my model. A guy provided me with a basic script. Some quick information: Custom ability #: 777888 Crust ID: 3009 (hair VFX) Here is my script: #include "log_h"#include "abi_templates"#include "sys_traps_h"#include "spell_constants_h" void main(){ ApplyEffectVisualEffect(oTarget, oTarget,3009, EFFECT_DURATION_TYPE_PERMANENT, 0.0f, {777888}); } Anyone have any suggestions? Edited August 11, 2014 by kvmathis Link to comment Share on other sites More sharing options...
kvmathis Posted August 13, 2014 Author Share Posted August 13, 2014 Nevermind, I found a way to do it. Link to comment Share on other sites More sharing options...
Recommended Posts