So I have to scripts right here:
;Artificial Intelligence Script By Conjured Entertainment
;Header
desc = Pickup 100000 Cash
;Triggers
:state=0:hudreset,hudx=50,hudy=20,hudimagefine=gamecore\text\user\pickedup100k.dds,hudname=itemprompt100k,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40:globalvar=1,incvar=100000,activateifused=13,playertake,coloff,plrsound=audiobank\misc\ping.wav,hudshow=itemprompt100k,hudfadeout=itemprompt100k,state=1
:state=1:rundecal=5
;End of Script
and
;Artificial Intelligence Script
;Header
desc = Fade Out Disappear
;Triggers
:state=0:setframe=97,state=11
:state=11:incframe=97
:state=11,frameatend=97:state=1
:state=1,alphafadeequal=100:decalphafade=0
:state=1,alphafadeequal=0:state=2,destroy
;End of Script
I want to gain money every time I kill an enemy and gain more money on certain enemies. (Where can I find a document to read with all of the things editable for scripting? Ex. plrdistwithin) Thanks.
Cheers.
God help me, Please.