1PrintRedSNESText: 2 call EnableAutoTextBoxDrawing 3 tx_pre_jump RedBedroomSNESText 4 5RedBedroomSNESText:: 6 text_far _RedBedroomSNESText 7 text_end 8 9OpenRedsPC: 10 call EnableAutoTextBoxDrawing 11 tx_pre_jump RedBedroomPCText 12 13RedBedroomPCText:: 14 script_players_pc 15 16