void function(text, ...)
Posted: Thu Apr 05, 2012 4:16 pm
How would I make this work? I want to be able to display variables in a command that creates a text actor, but for some reason, when I do this, it always ends up as 392 O-o no matter what, even if you set it to 94 lol
or:
So how would I get this to work?
- Code: Select all
function("variable: %d", var);
or:
- Code: Select all
function("variables: %d-%d", xscreen, yscreen);
So how would I get this to work?