m
sp
mNo edit summary |
m (sp) |
||
| Line 233: | Line 233: | ||
By using predefined, global names for skills you can change the skill on-the-fly as well as not have to care what the name actually is! | By using predefined, global names for skills you can change the skill on-the-fly as well as not have to care what the name actually is! | ||
Do remember to keep rank and spell name | Do remember to keep rank and spell name separate, however. This allows for easy integration with [[API GetSpellName|GetSpellName(spellID, "bookType")]]. | ||
=== | === Separate localization code/variables from normal code === | ||
Usually, one file per language / locale is about right. | Usually, one file per language / locale is about right. | ||