Using one of the volume binds in Cypher's cfg
Dunno how this'll look but I'll just copy it anyway
seta vup "vstr vol04"
seta vol10 "set s_volume 1.0;set vdn vstr vol09;set vup vstr vol10;print Volume ^4<^7=========^0||^4>;print;print"
seta vol09 "set s_volume 0.9;set vdn vstr vol08;set vup vstr vol10;print Volume ^4<^7========^0||^7=^4>;print;print"
seta vol08 "set s_volume 0.8;set vdn vstr vol07;set vup vstr vol09;print Volume ^4<^7=======^0||^7==^4>;print;print"
seta vol07 "set s_volume 0.7;set vdn vstr vol06;set vup vstr vol08;print Volume ^4<^7======^0||^7===^4>;print;print"
seta vol06 "set s_volume 0.6;set vdn vstr vol05;set vup vstr vol07;print Volume ^4<^7=====^0||^7====^4>;print;print"
seta vol05 "set s_volume 0.5;set vdn vstr vol04;set vup vstr vol06;print Volume ^4<^7====^0||^7=====^4>;print;print"
seta vol04 "set s_volume 0.4;set vdn vstr vol03;set vup vstr vol05;print Volume ^4<^7===^0||^7======^4>;print;print"
seta vol03 "set s_volume 0.3;set vdn vstr vol02;set vup vstr vol04;print Volume ^4<^7==^0||^7=======^4>;print;print"
seta vol02 "set s_volume 0.2;set vdn vstr vol01;set vup vstr vol03;print Volume ^4<^7=^0||^7========^4>;print;print"
seta vol01 "set s_volume 0.1;set vdn vstr vol00;set vup vstr vol02;print Volume ^4<^0||^7=========^4>;print;print"
seta vol00 "set s_volume 0.0;set vdn vstr vol00;set vup vstr vol01;print Volume ^4<^7===========^4>;print;print"
seta vol.5 "vstr s2;set s_volume .05;set vdn vstr vol00;set vup vstr vol01;set mutetoggle vstr muteon;print ^b* ^7volume ^c0.05 ^b*"
seta vdn "vstr vol02"
The actual system works fine but the prints only show up in the console, any way to solve that?
Dunno how this'll look but I'll just copy it anyway
seta vup "vstr vol04"
seta vol10 "set s_volume 1.0;set vdn vstr vol09;set vup vstr vol10;print Volume ^4<^7=========^0||^4>;print;print"
seta vol09 "set s_volume 0.9;set vdn vstr vol08;set vup vstr vol10;print Volume ^4<^7========^0||^7=^4>;print;print"
seta vol08 "set s_volume 0.8;set vdn vstr vol07;set vup vstr vol09;print Volume ^4<^7=======^0||^7==^4>;print;print"
seta vol07 "set s_volume 0.7;set vdn vstr vol06;set vup vstr vol08;print Volume ^4<^7======^0||^7===^4>;print;print"
seta vol06 "set s_volume 0.6;set vdn vstr vol05;set vup vstr vol07;print Volume ^4<^7=====^0||^7====^4>;print;print"
seta vol05 "set s_volume 0.5;set vdn vstr vol04;set vup vstr vol06;print Volume ^4<^7====^0||^7=====^4>;print;print"
seta vol04 "set s_volume 0.4;set vdn vstr vol03;set vup vstr vol05;print Volume ^4<^7===^0||^7======^4>;print;print"
seta vol03 "set s_volume 0.3;set vdn vstr vol02;set vup vstr vol04;print Volume ^4<^7==^0||^7=======^4>;print;print"
seta vol02 "set s_volume 0.2;set vdn vstr vol01;set vup vstr vol03;print Volume ^4<^7=^0||^7========^4>;print;print"
seta vol01 "set s_volume 0.1;set vdn vstr vol00;set vup vstr vol02;print Volume ^4<^0||^7=========^4>;print;print"
seta vol00 "set s_volume 0.0;set vdn vstr vol00;set vup vstr vol01;print Volume ^4<^7===========^4>;print;print"
seta vol.5 "vstr s2;set s_volume .05;set vdn vstr vol00;set vup vstr vol01;set mutetoggle vstr muteon;print ^b* ^7volume ^c0.05 ^b*"
seta vdn "vstr vol02"
The actual system works fine but the prints only show up in the console, any way to solve that?
4244 Hits