say I have..
local name:String = "myName"
local age:Int = 25
how would I do something like...
drawtext name,10,10 + age
??
this does not work as it does seem to like playing with int's and strings at the same time
what should I be doing instead guys?
cheers
local name:String = "myName"
local age:Int = 25
how would I do something like...
drawtext name,10,10 + age
??
this does not work as it does seem to like playing with int's and strings at the same time
what should I be doing instead guys?
cheers