- Joined
- Jul 10, 2007
- Messages
- 6,306
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
that's how I do private fields now. It helps me organize. _p = private.
@private@ static string array @bars@
@private@ string bar@_p@
I usually use short variable names for private stuff, and I use long ones for public things

Wait, you are using long ones ?![]()

killingPlayerId, killingName, dyingName, etc...I don't like underscores at all D:
I don't know what you people see in them D:
set bar_p = color_p.apply(bars[R2I(width_p*percent_p + .5)]) + Color.convert(0, 0, 0, 0) + bars[R2I(width_p*(1 - percent_p) + .5)] + "|r"
