User talk:Kymara: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara |
imported>Kymara |
||
| Line 140: | Line 140: | ||
new MultipleActions(return)); |
new MultipleActions(return)); |
||
// |
// don't want to pay for it now |
||
add(ConversationStates.QUESTION_1, |
|||
ConversationPhrases.NO_MESSAGES, |
|||
null, |
|||
ConversationStates.ATTENDING, |
|||
"No problem. Take as long as you need, but you can't borrow other tools till you return the last, or pay for it.", |
|||
new MultipleActions(payment)) |
|||
// don't want to return it now |
|||
add(ConversationStates.QUESTION_2, |
|||
ConversationPhrases.NO_MESSAGES, |
|||
null, |
|||
ConversationStates.ATTENDING, |
|||
"No problem. Take as long as you need, but you can't borrow other tools till you return the last, or pay for it.", |
|||
null) |
|||