The Dink Network

Reply to Re: Choices in life and in choice menus

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 9th 2018, 04:57 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Yeah, this definitely works. It's a weird 'shortcut' that's been baked into choice menus since the very very beginning.

For example, from the herb boot salesman in the original name:

 choice_start();
        set_y 240
        set_title_color 5
        title_start();
"I'm a cobbler/pharmacist.  I make
special herb boots.  When the herb
touches your skin, you'll want to
dance and be hyper."
        title_end();
(&mcrap == 0) "Buy his boots ($500)"
(&mcrap == 0) "Complain about the price"
(&mcrap != 0) "Complain about the price"
"Leave"
 choice_end();