Posted by jjmugen
in [SOLVED] Write a var value on screen (Started by jjmugen December 03, 2011, 04:06:23 pmBoard: M.U.G.E.N Development Help
displaytoclipboard or appendtoclipboard.
http://www.elecbyte.com/mugendocs/sctrls.html#displaytoclipboard
[mcode]
type = DisplayToClipboard
trigger1 = 1
text="var(17) = %d"
params = var(17)
persistent = 0
ignorehitpause = 1
[/mcode]
This will show the value of var 17 at all times on the debug text portion of the screen.
Thanks a lot

But, what's about printing with debug mode disabled? Is it possible?











