Difference between revisions of "Template:OBSE Format Specifiers"

Jump to navigation Jump to search
No change in size ,  22:42, 18 February 2009
misplaced paren
imported>Scruggs
(wait, no...okay, fixed for real this time)
imported>DragoonWraith
(misplaced paren)
Line 25: Line 25:
'''%q''' - Prints a double quote character.
'''%q''' - Prints a double quote character.


'''%a''' - Prints the character corresponding to the specified ASCII code. Passing codes for unprintable characters (such as 0) may have unpredictable (though occassionally) useful results. Passing the code for a percent sign will most likely crash the game as literal percent signs must come in pairs.
'''%a''' - Prints the character corresponding to the specified ASCII code. Passing codes for unprintable characters (such as 0) may have unpredictable (though occassionally useful) results. Passing the code for a percent sign will most likely crash the game as literal percent signs must come in pairs.


'''%v''' - Prints the actor value (i.e. an attribute or skill) associated with the passed actor value code.
'''%v''' - Prints the actor value (i.e. an attribute or skill) associated with the passed actor value code.

Navigation menu