Niborius on 24/5/2015 at 19:17
I'm sorry for posting many editing questions lately, I do try those things myself before posting it for a good while and I do search the forums to see if I can find any relevant topics, but it didn't really help.
So here's my question: I'm trying to create an area where the player will float upwards slowly. I'd rather not use an invisible elevator as the player may get to that area more than once. That's why a levitation potion wouldn't really do the trick either.
Any tips? Thanks guys!
ZylonBane on 24/5/2015 at 19:41
Create a room brush with a negative gravity value. Room -> Gravity.
Niborius on 24/5/2015 at 20:16
Wow, can't believe it was that simple. Thanks :thumb:
ZylonBane on 24/5/2015 at 22:18
It's not really. I was just tricking you into editing the thread title.
Niborius on 25/5/2015 at 04:46
Whatever makes you happy :thumb:
Nameless Voice on 26/5/2015 at 23:07
If you also want to be able to move while flying, you need to set the player's Friction physics attribute to 1.0 instead of 0 while in the area.
Niborius on 27/5/2015 at 06:10
That'll be useful, thanks!