Bukz

Optional "updated" editing binds concept

Apr 15th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. bind F [if $editing [if (countwalls 0) [solid 0] [solid 1]]] // Solid/Non-solid toggle - default F & G keys
  2. 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
  3. bind COMMA [if $editing [if (= $flrceil 0) [equalize 0] [if (= $flrceil 2) [equalize 2]]]] // Directional equalizing - default COMMA & PERIOD keys
  4. bind K [if $editing [if (countwalls 1) [solid 0] [corner]]] // Cornering - default K /  G keys
Advertisement
Add Comment
Please, Sign In to add comment