21 lines
No EOL
1.7 KiB
Text
21 lines
No EOL
1.7 KiB
Text
# Provide all variables in the "for_timeline_calls" folder when calling
|
|
do Random.dialogic_random(1, 4)
|
|
|
|
You've received a letter from {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class}.
|
|
if {RNG_1_4} == 1.0:
|
|
"Greetings from the guild of {for_timeline_calls.requestee_class}s your highness."
|
|
"My name is {for_timeline_calls.requestee_name} and I'm writing to you on behalf of all of us to ask for more {for_timeline_calls.requested_currency}. The amount you've seen fit to provide us with thus far is, frankly, insulting."
|
|
"We demand at least {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} as soon as possible, otherwise we will need to consider taking more serious action."
|
|
|
|
elif {RNG_1_4} == 2.0:
|
|
"Hello {player_name}, this is {for_timeline_calls.requestee_name} writing to you on behalf of all {for_timeline_calls.requestee_class}s in the kingdom of {kingdom_name}. I hope this message finds you well."
|
|
"We've come to realise that your compensation for our workforce is far less than we believe we're worth, and would like to request a greater wage for all of us."
|
|
"After much consideration, we've decided that {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} should be enough."
|
|
|
|
elif {RNG_1_4} == 3.0:
|
|
"'Ello from the union of {for_timeline_calls.requestee_class}s 'yer highness.\
|
|
Forgive the informality, I'm none too good at writin' myself, but the people says that I'm real persuasive."
|
|
"Me and some o' the other smart blokes have had a little chin wag and we figure you ain't payin' us enough."
|
|
"{for_timeline_calls.requested_amount} {for_timeline_calls.requested_amount} oughtta keep us happy for now, elsewise we might just look into other options ferr who's rulin' us."
|
|
|
|
else: |