CodingHelp
Coder
If (PlayerScore = 200) room_goto(room4)
i have the script for the score controller here.
draw_set_color(c_white )
draw_set_font(fntScore)
draw_text(x,y,"score:" + string(PlayerScore))
PlayerScore = 0
im new to coding i just started yesterday. And the event im trying to create the first line of code i put is in a draw event.
i have the script for the score controller here.
draw_set_color(c_white )
draw_set_font(fntScore)
draw_text(x,y,"score:" + string(PlayerScore))
PlayerScore = 0
im new to coding i just started yesterday. And the event im trying to create the first line of code i put is in a draw event.