31 lines
No EOL
2.3 KiB
Text
31 lines
No EOL
2.3 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 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:
|
|
"Bro, it's {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class}. I got crazy news!"
|
|
"I.\
|
|
Just got.\
|
|
The most insane offer."
|
|
"Straight from Archie Nemisye... they're gonna give me like, sooooo much more than you are right now!"
|
|
"I'll keep it a hundred with you, I'm gunna need like, [i]at least[/i] {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} if I'm gonna stick around here."
|
|
"Have a radical day dude! 🤟" |