24 lines
No EOL
1.8 KiB
Text
24 lines
No EOL
1.8 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}.
|
|
if {RNG_1_4} == 1.0:
|
|
"Greetings your majesty. {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class} here."
|
|
"I've recently recived an offer from Sir Archie Nemisye for my services.. and I'm afraid it is [i]much[/i] higher than what I'm currently reciving."
|
|
"I'm nothing if not a (mostly) loyal subject however, so if you should see fit to match that ammount ({for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} to be exact), I will gladly stay in your service."
|
|
|
|
elif {RNG_1_4} == 2.0:
|
|
"Oi, kingman."
|
|
"I've just got word that Mr. Nemisye from way over yonder in Rivaldom that I'd be gettin' a whee bit more coin if I happened to provide move my enterprising self over there instead."
|
|
"Gimme {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency}, elsewise, I'm not stickin' around."
|
|
"- {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class}"
|
|
|
|
elif {RNG_1_4} == 3.0:
|
|
"Dear {player_name},\
|
|
I'm writing to express a desire for greater compensation in exchange my loyal service to {kingdom_name}."
|
|
"I've recently recived a letter from the court of Nemisye expressing that they believe my services would be much more highly valued in their kingdom. While I have served you for many years, I must admit this offer is tempting."
|
|
"As much as it pains me, I will be forced to abandon {kingdom_name} unless you're willing to provide me with {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency}. A fair stipend, I think."
|
|
Sincerely,\
|
|
{for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class}
|
|
|
|
else: |