Email or username:

Password:

Forgot your password?
Top-level
charlie

This stuff is sorta possible with the current syntax using a bunch of macros like these:
```
%Vector/size$ { $4 }
%Player/size$ { $9 }

@player-1 Player/size$
```
but this approach requires adjusting all paddings by hand in case any size changes.

3 comments
Go Up