Or:
iftrinkets(0,gotoroom)
Then make a new script called gotoroom, and delete the terminal/script box you created it with. In that script, write:
#
A)Say
gotoroom(x,y)
This makes sure there's no terminal sound, and no cutscene bars.
Also, there's something very important about gotoroom which shouldn't be forgotten: the coordinates start at 0, instead of 1 like you see in the editor. So, if you want to go to room (4,9), you'll have to type gotoroom(3,8).