[Support] Looking for a way to disable fall damage unless hitting a death barrier
-
im looking for a gsc or something that disables fall damage so you dont have to use lightweight on your classes
-
Add
self setPerk("specialty_fallheight");somewhere in your onPlayerSpawned() function (see example below)onPlayerSpawned() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("spawned_player"); self setPerk("specialty_fallheight"); } }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login