Waitedboat4's Climbing Mod
Climb by Waitedboat4#2760
1 rule that allows you to climb any wall with any hero, with an animation. Just don't use my thirdperson mod whilst using this, it'll kill the immersion.
Code:
rule("Climb - by Waitedboat4#2760")
{
event
{
Ongoing - Each Player;
All;
All;
}
conditions
{
Distance Between(Eye Position(Event Player), Ray Cast Hit Position(Eye Position(Event Player), Eye Position(Event Player)
+ Facing Direction Of(Event Player) * 2, Null, Event Player, False)) <= 1;
Is Jumping(Event Player) == True;
Is Crouching(Event Player) == False;
}
actions
{
Apply Impulse(Event Player, Up, 13, To World, Cancel Contrary Motion);
Set Status(Event Player, Null, Knocked Down, 0.500);
}
}
Players |
1 - 12
Categories:
Tools,
Miscellaneous
Tags:
climb
Created at:
Last updated:
Current version:
1.2
Share URL:
https://workshop.codes/climber
Controls
Climbs wall
Climbs wall
Climbs wall
Climbs wall
Climbs wall
Snippet
Loading...