Hey,
I wanna my crosshair change it color each fire1.
like in pseudocode :
green=0
red=0
blue=0
on fire1{
if(green==1){
red+=0.1
blue+=0.1
green=0
}
if(red==1){
blue+=0.1
green+=.01
red=0
}
...
}
The colors are them of crosshaire.
Can do that with aliases ?
I try with smoething like zoom script but didn't run.