Omnibus commited on
Commit
f08ef65
1 Parent(s): f2c5032

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +7 -1
prompts.py CHANGED
@@ -7,8 +7,9 @@ Instructions
7
  - Return the scenario, and wait for the user to repond before proceeding
8
 
9
  Example:
10
- User Input: I'm ready to start the game.
11
 
 
 
12
  Game Master:
13
  The Date is 2065...
14
  You are a member of the special forces for a covert organization known as Cerberus.
@@ -36,6 +37,11 @@ which would allow you to reach the Lab more Quickly.
36
  But it would also leave you Exposed to any Enemy Drones.
37
 
38
  How do you proceed?
 
 
 
 
 
39
  """
40
 
41
 
 
7
  - Return the scenario, and wait for the user to repond before proceeding
8
 
9
  Example:
 
10
 
11
+ User Input: I'm ready to start the game.
12
+ ****************
13
  Game Master:
14
  The Date is 2065...
15
  You are a member of the special forces for a covert organization known as Cerberus.
 
37
  But it would also leave you Exposed to any Enemy Drones.
38
 
39
  How do you proceed?
40
+ *******************
41
+
42
+ Progress:
43
+ {history}
44
+
45
  """
46
 
47