Advertisement
RaZgRiZ

Extended Edithud 1.1

Apr 16th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. edithud = [
  2.     format "%4^f7%5^f7gridsize :^f2 %1 ^f7| worldsize : ^f2%2 ^f7| floatspeed : ^f2%3" $gridpower $mapscale $floatspeed (
  3.         ? $hmapedit (
  4.             format "brush ^f2%1 ^f7: ^f2%2^n" $brushindex $brushname
  5.         ) (
  6.             ? $blendpaintmode (
  7.                 format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2^n" (at $blendpaintmodes $blendpaintmode) (getblendbrushname (curblendbrush))
  8.             ) (
  9.                 ? (! (enthavesel)) (
  10.                     format "index ^f2%1^f7 : ^f2%2^n" (max 0 (getseltex)) (gettexname (getseltex))
  11.                 )
  12.             )
  13.         )
  14.     ) (
  15.         ? (enthavesel) (
  16.             format "%1 : ^f2%2 ^f7selected^n" (entget) (enthavesel)
  17.         )
  18.     )
  19. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement