20 lines
No EOL
1.5 KiB
Text
20 lines
No EOL
1.5 KiB
Text
do Random.dialogic_random(1, 4)
|
|
|
|
# add more options here later
|
|
- How much do you think {player_name} would need to offer you to abandon Rivaldom?
|
|
if {RNG_1_4} == 1.0:
|
|
"Ooo tough one that."
|
|
"I'd say {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} would probably do it. Ol' Archie don't give me much of that."
|
|
[b]"NOT THAT'D EVER ABANDON RIVALDOM O'COURSE! THAT'D BE CRUEL AND UNUSUAL TO HIS MAJESTY ARCHIE NEMISYE, THE GREATEST KING IN ALL THE LAND!"[/b]
|
|
"Sorry about that mate, they tend t'be a little overly nationalistic 'round these parts."
|
|
elif {RNG_1_4} == 2.0:
|
|
"{for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} would do it easy! y'know they say you can't buy a persons loyalty but uhh.. [i]you definitely can.[/i]"
|
|
elif {RNG_1_4} == 3.0:
|
|
"What are you trying to bribe me?!"
|
|
"I would never - and I mean [i][b]never[/b][/i] betray Archie!\
|
|
Who the hell do you think you are to ask [i][b]ME[/b][/i] to-"
|
|
"no but seriously I think it'd only take like {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency}. So y'know, if you're offering..."
|
|
else:
|
|
"Oh goodness! Such boldness to be asking a question like that without getting to know me first!"
|
|
"Your vivaciousness intriques me though, so I will indulge in this folly.. Hmm..."
|
|
"{for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency}, I think. Perhaps with that much I'd be able to live just as [i]boldly[/i] as you Mmm~?" |