In conjunction with the UMS, I use this call script:
However, when I type it in the small 'script box', it will automatically put the part in the parenthesis on a new line, causing a syntax error (I think). How can I fix this?
Code:
$game_system.font_color=Color.new(255,255,255,255)
However, when I type it in the small 'script box', it will automatically put the part in the parenthesis on a new line, causing a syntax error (I think). How can I fix this?