Unix's Rave Bind

Started by Sweet, November 01, 2011, 05:24:20 AM

Previous topic - Next topic

Sweet

This script changes fog and fogcolour to create a weird rave party thing. Unix was too lazy to upload it, so I will.

INSTRUCTIONS FOR INSTALLING:

Copy "fogspam.cfg" into your packages folder

Open/Create an "autoexec.cfg" file in the packages folder

In autoexec, type the following things, each on separate lines:

exec fogspam.cfg
bind "M" [fogstart]
bind "N" [fogstop]

Pupskuchen

Here's the bind I made:

cspeed = 200
cthis = fogcolour
rand = [result (rnd 255)]
change = [(concat ($cthis (rand) (rand) (rand))); sleep $cspeed [change]]
bind l [change; onrelease [clearsleep]]


Changes cthis (You can set it ingame by typing /cthis = whatyouwant (e.g. fogcolour, fogdomecolour, watercolour and so on)
By typing /cspeed = X you set the speed in milliseconds.

Very easy :)