We'll start out looking for a code.
I have one here for you to start off with.
//game start event
name =get_string("What is your name",""

//step event
if keyboard_check_pressed(vk_enter) then {get_string("Hello",name)}
We'll first copy that to a script then try writing it out in another script. And keep on trying until you don't need to look back at the code at all and then you should remember the code easily.
Comments
Loading comments...