Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bind F [if $editing [if (countwalls 0) [solid 0] [solid 1]]] // Solid/Non-solid toggle - default F & G keys
- bind H [if $editing [if (= $flrceil 0) [if (countwalls 2) [solid 0] [heightfield 0]] [if (= $flrceil 2) [if (countwalls 3) [solid 0] [heightfield 2]]]]] // Directional heightfielding - default H & I / G keys
- bind COMMA [if $editing [if (= $flrceil 0) [equalize 0] [if (= $flrceil 2) [equalize 2]]]] // Directional equalizing - default COMMA & PERIOD keys
- bind K [if $editing [if (countwalls 1) [solid 0] [corner]]] // Cornering - default K / G keys
Advertisement
Add Comment
Please, Sign In to add comment