03-08-2007, 02:57 AM
if you've gotten as far as getting the info you want to "out" to the editor then you've probably gotten it to a variable. so...for a quick out to the screen you could use
str x
OnScreenDisplay x
to put it into a message box you can do this.
str x
mes x
that should get you started.
str x
OnScreenDisplay x
to put it into a message box you can do this.
str x
mes x
that should get you started.
