Difference between revisions of "Special characters"
From Unofficial QEdit Wiki Guide
LunarFuror (Talk | contribs) |
(Added tags) |
||
Line 1: | Line 1: | ||
Special characters that can be used in strings | Special characters that can be used in strings | ||
− | * <cr> - | + | * <cr> - Newline |
− | * <hero name> - | + | * <hero name> - Puts the character's name in place of this bracket |
+ | * <hero job> - Prints the player's class | ||
+ | * <name hero> - Same as <hero name> | ||
+ | * <name job> - Same as <hero job> | ||
+ | * <time> - Hardcoded to always print "1:12" | ||
+ | * <award item> - Prints the name of the challenge mode reward that the player has chosen | ||
+ | * <challenge title> - Prints the player's challenge mode title | ||
+ | * <pl_name> - Used with opcode [[get_pl_name]] to print a player's name | ||
+ | * <pl_job> - Used with opcode [[get_pl_job]] to print a player's class | ||
+ | * <last_word> - Unknown | ||
+ | * <last_chat> - Prints the last chat message | ||
+ | * <team_name> - Prints the name of the party | ||
+ | * <meseta_slot_prize> - Unknown | ||
+ | * <color %d> - Changes the color of the text | ||
+ | * <r%d> - Prints a register's value as an integer | ||
+ | * <f%d> - Prints a register's value as a float |
Revision as of 01:49, 9 April 2021
Special characters that can be used in strings
- <cr> - Newline
- <hero name> - Puts the character's name in place of this bracket
- <hero job> - Prints the player's class
- <name hero> - Same as <hero name>
- <name job> - Same as <hero job>
- <time> - Hardcoded to always print "1:12"
- <award item> - Prints the name of the challenge mode reward that the player has chosen
- <challenge title> - Prints the player's challenge mode title
- <pl_name> - Used with opcode get_pl_name to print a player's name
- <pl_job> - Used with opcode get_pl_job to print a player's class
- <last_word> - Unknown
- <last_chat> - Prints the last chat message
- <team_name> - Prints the name of the party
- <meseta_slot_prize> - Unknown
- <color %d> - Changes the color of the text
- <r%d> - Prints a register's value as an integer
- <f%d> - Prints a register's value as a float