#convert string to variable
1 messages · Page 1 of 1 (latest)
yuh
string.format
was thinking something like this
local playerName = "Alex"
local questText = string.format("Hello %s, your quest is ready.", playerName)
ohh
ywyw
what does %s even do
or mainly
string.format
i could just look up the documentation
mb
if u place %s instead of <#apples>
u can place a string
instead of %s
easily
i mean theres probably other ways
but
yea
i believe this is the easiest
okk ill try it
does this work for multiple values
uhh idk how to explain
like for example i would need to the max value of things you need to collect in the quest
but also if the max value was 1
it needs to not be plural
so that would be a different variable
wym