Table_of_Contents.html
http://plectrum.com/novocard/
Commands.html
ask%28%29.html

answer(...)

answer(text);

answer(text, reply1);

answer(text, reply1, reply2);

answer(text, reply1, reply2, reply3);


The answer command displays a question (text) in a dialog box. The dialog box contains from one to three buttons, each representing a different reply the user can select. If you use answer without specifying any replies, NovoCard displays an OK button.


Use the resumeWithMessage command before answer to designate a message to be sent when the user selects a reply. The reply will be returned as the message argument.


Note: Script execution will stop when answer is executed.