In quake 4 there are two types of pads - jump pads and what I call 'speed' pads. For those who dont know what they do watch 4:40 in this vid:
http://uk.youtube.com/watch?v=pF169CJMe54
That is the sort of thing I'm looking for. I found a regular jump pad script by merranvo but I'm having some difficulty altering how high you go.
here is MERRANVOS code for a regular jump pad:
:state=0:state=6,coloff,setalphafade=0
:state=1,raycastup=20 40:state=5,unassociateplayer
:state=1,timergreater=1000:state=5,unassociateplayer
:state=1:associateplayer,moveup=10
:state=5,raycastup=0 -20:state=6
:state=5:moveup=-8
:state=6,plrdistwithin=50:state=1,associateplayer,timerstart
I've tried editing the moveup variable which didn't seem to work - and... shouldn't
be -10 not -8?
Thanks =]