hello
im getting a parse error when using lordhavoc's start.ent
host_error;prvm_ed_parseedict;parse error
?
heres my new fog script.
bind f "fog1"
alias fog1 "fog .5 0 0 .40 .5 100;bind f fog2;echo blue"
alias fog2 "fog .5 0 .40 0 .5 100;bind f fog3;echo green"
alias fog3 "fog .5 1 0 0 .5 100;bind f fog4;echo red"
alias fog4 "fog .5 1 1 1 .5 100;bind f fog5;echo white"
alias fog5 "fog .5 .5 .5 .2 .5 100;bind f fog6;echo yellow"
alias fog6 "fog .5 .3 .1 .3 .9 100;bind f fog7;echo purple"
alias fog7 "fog .3 0 0 .40 .23 100;bind f fog8;echo soft blue"
alias fog8 "fog .3 0 .40 0 .23 100;bind f fog9;echo soft green"
alias fog9 "fog .3 .4 0 0 .23 100;bind f fog10;echo soft red"
alias fog10 "fog 1 1 1 1 .14 100;bind f fog11;echo soft white"
alias fog11 "fog .3 .5 .5 .2 .3 100;bind f fog12;echo soft yellow"
alias fog12 "fog .3 .3 .1 .3 .3 100;bind f fog1;echo soft purple"
just paste it to an autoexec.cfg
this script is a combo of my old soft fog script and my newer heavy fog script.
regards
Sean
im getting a parse error when using lordhavoc's start.ent
host_error;prvm_ed_parseedict;parse error
?
heres my new fog script.
bind f "fog1"
alias fog1 "fog .5 0 0 .40 .5 100;bind f fog2;echo blue"
alias fog2 "fog .5 0 .40 0 .5 100;bind f fog3;echo green"
alias fog3 "fog .5 1 0 0 .5 100;bind f fog4;echo red"
alias fog4 "fog .5 1 1 1 .5 100;bind f fog5;echo white"
alias fog5 "fog .5 .5 .5 .2 .5 100;bind f fog6;echo yellow"
alias fog6 "fog .5 .3 .1 .3 .9 100;bind f fog7;echo purple"
alias fog7 "fog .3 0 0 .40 .23 100;bind f fog8;echo soft blue"
alias fog8 "fog .3 0 .40 0 .23 100;bind f fog9;echo soft green"
alias fog9 "fog .3 .4 0 0 .23 100;bind f fog10;echo soft red"
alias fog10 "fog 1 1 1 1 .14 100;bind f fog11;echo soft white"
alias fog11 "fog .3 .5 .5 .2 .3 100;bind f fog12;echo soft yellow"
alias fog12 "fog .3 .3 .1 .3 .3 100;bind f fog1;echo soft purple"
just paste it to an autoexec.cfg
this script is a combo of my old soft fog script and my newer heavy fog script.
regards
Sean
Comment