You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An option for conditional placeholders. For example, with the pronouns mod you could have the placeholder displayed like this:
if %playerpronouns:pronouns% != "Unknown" then
display " (%playerpronouns:pronouns%)"
else
display ""
end
The way I suggest implementing this is in a config file, a server owner could specify these conditions and give the conditions an ID. This ID could then be used in a placeholder.
The text was updated successfully, but these errors were encountered:
An option for conditional placeholders. For example, with the pronouns mod you could have the placeholder displayed like this:
The way I suggest implementing this is in a config file, a server owner could specify these conditions and give the conditions an ID. This ID could then be used in a placeholder.
The text was updated successfully, but these errors were encountered: