if global.class_1=0
exit
else
{message_background(mess_back)
message_button(ico_button)
done=show_question("Are you done?")
if done =0 exit
if done=1
{goto_room=("powers_"+string(global.class_1))
room_goto(string(goto_room))
}}When I run it I get the following error message.So my question is: is there something special I have to do to go to a room based on a variable or is that just not possible?FATAL ERROR in
action number 1
of Mouse Event for Left Pressed
for object done_class:
Unexisting room number: 0
Edited by togman100, 11 March 2012 - 11:53 PM.











