The Dink Network

Say_xy above choice-menu?

January 30th 2010, 04:16 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
Is it possible to draw a say_xy above a choice-menu? I've tried:

&junk = say_xy("`%Bananas are overrated!", -15, 175);
sp_que(&junk, 1000); 
January 30th 2010, 04:27 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Don't forget to sp_kill(&junk,0);
Other than that, I see no reason why it shouldn't work. Then again, choice menus are kinda special. Don't they also remove any background sprites?
January 30th 2010, 08:11 PM
dinkdead.gif
stop_entire_game() which is often used with choice menus removes some sprites but not the menu itself.