I know you can use MessageBox like this, to display messages.
Pause()
MessageBox("Insert your message here")
WaitDialog()
Unpause()
And i know you can also use it like this, to display variables.
Pause()
MessageBox(Timer)
WaitDialog()
Unpause()
Is it possible to display both a message and variable in one messagebox? And how would the code look?
is it not this?
Pause()
MessageBox("text", timer)
WaitDialog()
Unpause()
Hmmm annikk is it possible that is a String?
@Mihhaelo can you gave me you lua in code?
xD becaus xD i never try things in time
i wanne see it :p
it is also something with this :[[]] ect.
try it
Pause()
MessageBox("text" [Time])
WaitDialog()
Unpause()