AddMasterTitle(String: Title, Int8: Prefix)
Pre-Requisite(s)
- None
Parameter(s)
String: Title - String of the Title to add to the database.
Int8: Prefix - Value for Suffix (0) or Prefix (1) title.
Example(s)
function init_zone_script(zone)
AddMasterTitle("Adventurer", 1) – Create “Adventurer” title in the database as a prefix.
end
Result
Additional Notes