gekidoshi Member Nov 22, 2020 #3 Yal said: How about room_set_persistent? View attachment 35830 Click to expand... like this? GML: if place_meeting(x, y, shopenter) and keyboard_check(ord("Z")) { room_set_persistent(shop, true); room_goto(shop) } doesn't seem to work
Yal said: How about room_set_persistent? View attachment 35830 Click to expand... like this? GML: if place_meeting(x, y, shopenter) and keyboard_check(ord("Z")) { room_set_persistent(shop, true); room_goto(shop) } doesn't seem to work