Page 1 of 1

Changing the jumpvel.......

Posted: August 2nd, 2010, 8:01 pm
by PizzaLover101
I put it in as a trigger, and this was basically what i did

Code: Select all

level_trigger_1 = [jumpvel 250]
A message in the upper left corner said this can be only done in edit mode, what did I do wrong?

P.S. I changed jumpvel with movespeed and gravity and got the same message

Re: Changing the jumpvel.......

Posted: August 3rd, 2010, 1:35 am
by damiandj
I tell you a little TRICK that should work fine :D :

level_trigger_1 = [edittoggle; jumpvel 250; edittoggle]

NOTE: works with everything that you can only change in editmode.

Re: Changing the jumpvel.......

Posted: August 3rd, 2010, 7:15 am
by PizzaLover101
lol, thank you

Re: Changing the jumpvel.......

Posted: August 9th, 2010, 7:19 pm
by chocolatepie33
Sweet! Now I can make people fly!