This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Information about the script goes here""" | |
name = "Riona" | |
description = "Riona in Mileth Inn" | |
author = "Justin Baugh <[email protected]>" | |
class Scriptable(object): | |
def __init__(self): | |
# Set up stuff here | |
tq = world.NewDialogSequence("Training Quest", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set a fancy prompt (non-color, unless we know we "want" color) | |
case "$TERM" in | |
xterm-color) color_prompt=yes;; | |
esac | |
# uncomment for a colored prompt, if the terminal has the capability; turned | |
# off by default to not distract the user: the focus in a terminal window | |
# should be on the output of commands, not on the prompt | |
#force_color_prompt=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To whom it may concern: | |
I am writing to you today to apply for the position of Mechanical Engineer I. I | |
believe Triple Ring would be a great fit for me, for a variety of reasons. | |
I find environments with variety and novelty in my day to day tasks to | |
be very rewarding. I also like the idea of working with a team to take on | |
challlenging tasks in a variety of application domains, and being involved in | |
every level of the design and prototyping process. I believe the experience I | |
would gain at Triple Ring would be invaluable for someone looking to start a | |
career in Mechanical Engineering. |
NewerOlder