Template talk:OBSE Format Specifiers
Revision as of 16:34, 10 August 2008 by imported>Low Post (New page: There are two more specifiers which aren't mentioned here (They aren't mentioned on the OBSE-Homepage, too, but they exist): <b>%a</b> This displays the sign related to the [http://didgo...)
There are two more specifiers which aren't mentioned here (They aren't mentioned on the OBSE-Homepage, too, but they exist):
%a
This displays the sign related to the ASCII-Code which is provided by the Variable.
Attention should be paid to the value 0 (which will end the String) and 37 (%, will almost always cause a CTD because this would require a special variable). With %a it is even possible to display a ;(semicolon, 59), or a Tab (9, the thing used for formatting ;)).
%v
This displays the name of the Actor Value according to the Actor Value Code provided by the Variable.
Low Post 17:34, 10 August 2008 (EDT)