new_item = object_add(); object_event_add(new_item,ev_create,0,"test_name = " +string(chr(34))+ "Test" +string(chr(34))+ ";") object_event_add(new_item,ev_create,1,"show_message(test_name);") instance_create(x,y,new_item);
Basically trying to make it
test_name = "Test"; show_message(test_name);
What I have isn't working, though. What's incorrect about it?



Find content
Not Telling
