I figured I would post this in the correct spot. I started in another area and realized I had it listed wrong.
If anyone could point me in the right direction, I am trying to make chracters nearly invisible, ghost like in my game. I was told that I needed to add a line of code to the script I am using, (setalphafade=0) Here is the script.
;Artificial Intelligence Script
;Header
desc = Invisible Chase
;Triggers
:nearactivatable=0:settarget,activatetarget=2,setalphafade=0
:losetarget=50:freeze,runfpidefault=1
:plralive=0:freeze,runfpidefault=1
:ifweapon=1,plrcanbeseen=46,plringunsight,rateoffire:settarget,useweapon,rundecal=6,choosestrafe
:ifweapon=0:reloadweapon,freeze,setframe=6,state=4,sound=audiobankgunsreload.wav
:shotdamage=10:rotatetoplr,state=5
:state=0,plrdistfurther=100:state=1
:state=0,plrdistwithin=101:state=2,animate=1
:state=1,plrelevfurther=10,plrcanbeseen=46,plringunsight:freeze,settarget,animate=1,state=0
:state=1:followplr=1,animate=5
:state=1:state=0
:state=2:rotatetoplr,resethead
:state=2:freeze,state=0
:state=4:incframe=6
:state=4,frameatend=6:state=0
:state=5,random=1:state=6,setframe=4
:state=5:state=7,setframe=3
:state=6:incframe=4,strafe=90,rotatetoplr
:state=6,frameatend=4:state=1,animate=1
:state=7:incframe=3,strafe=-90,rotatetoplr
:state=7,frameatend=3:state=1,animate=1
;End of Script
Anyway, it isnt working, and since I am no scriptomatic, I am lost. Any help would be greatly appreciated.
Thanks
Dave