11 Feb 12, 10:36PM
[cubescript]if (! (checkalias start_intermission)) [ start_intermission = "" ]
if (! (strstr $start_intermission ratio)) [ add2alias start_intermission ratio ]
ratio = [ echo (c 1) Your ratio is: (c 5) (divf (at (pstat_score (findcn $curname)) 1) (at (pstat_score (findcn $curname)) 2)) ][/cubescript]
Paste the code into your /config/autoexec.cfg - at the end of every round your ratio will show up on the console at the upper left hand of the screen. You can also check it anytime by entering /ratio as a command.
if (! (strstr $start_intermission ratio)) [ add2alias start_intermission ratio ]
ratio = [ echo (c 1) Your ratio is: (c 5) (divf (at (pstat_score (findcn $curname)) 1) (at (pstat_score (findcn $curname)) 2)) ][/cubescript]
Paste the code into your /config/autoexec.cfg - at the end of every round your ratio will show up on the console at the upper left hand of the screen. You can also check it anytime by entering /ratio as a command.