I have an issue where my sim file isn't displaying system message. Example if the check only has 1 drink message. How do I get it to show the system message after the reward message?
EVENT inq : 7
infomessage "Have you asked if guest is a reward member?"
// Tender the Check to Print like normal
// loadKybdMacro key(9, C_PRINT_CHECK_SVC_TTL)
// Tender the Check to Print and Stay on the screen
loadKybdMacro key(9, C_PRINT_CHECK)
ENDEVENT // EVENT inq : 7
EVENT inq : 7
infomessage "Have you asked if guest is a reward member?"
// Tender the Check to Print like normal
// loadKybdMacro key(9, C_PRINT_CHECK_SVC_TTL)
// Tender the Check to Print and Stay on the screen
loadKybdMacro key(9, C_PRINT_CHECK)
ENDEVENT // EVENT inq : 7