I have a message like this: "Your privileges as VIP are: " and I want to show after "speed" (if player have a certain flag acces), "lower gravity" (if player have other certain flag access) "more health" (if player have other certain flag access).
My message should look like this: "Your privileges as VIP are: more speed, lower gravity, more health"...
My question is how can I make this message? If player have just last two flag access the message should look like this: "Your privileges as VIP are: lower gravity, more health"
Also, if player have only one flag acces the message should look like this: "Your privileges as VIP are: more health" (for example)
Is there a way to make a mesasge like this? I thought to use formatex but I have no ideea how can I create the message after ":".