Skip to content

Enrolling

You wake up, eat a nutritious breakfast, and head to the guild to get your next mission.

portrait

Morning! Did you sleep well?

I’m sorry, but now that you’ve completed your first quest, you need to officially register, which means… More paperwork!

Please fill in the remaining information in the blanks provided:

Fill in your name and age:

let name = "$NAME";
let surname = ?;
let mut age = ?;
portrait

Thought that was it? We’re just getting started!

Enter your height (meters), weight (kilograms) and current money:

let mut height = ?;
let mut weight = ?;
let mut money = 12.50;
portrait

Why do we need your weight?
We’ve had some problems with traps before, you know, the “step on a pressure plate and a giant boulder crushes you” ones…

Ahem, shall we continue?

Enter your initials and your favourite cardinal point (N / S / E / W):

let initial1 = '$NAME';
let initial2 = ?;
let mut cardinal = ?;
portrait

Huh? Asking for a favorite cardinal direction is weird?
Well… I can’t really argue with that.

Unfortunately, there’s only one form left, let’s get to it!

Answer with true or false to the following questions:

let is_human = true;
let mut registered = false;
let mut dead = ?;
let mut wears_glasses = ?;
portrait

And… We’re done!

I have to finish your registration, so I don’t think I’ll be able to give you a quest for today.
Please come back tomorrow.

See you later!

Finally, the paperwork is over!
You’re exhausted after filling out all those forms, so you return to the inn and fall right into bed.

Join the Adventure!

Love Rust Quest?
Your donation can help me keep writing and bring more chapters to life.