LoafyLemon
670e7d82fb
* Finished refactoring quest and character vars * Removed quest class (superseded)
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
|
|
label snape_office_door:
|
|
|
|
if not states.map.snape_office.intro_e2:
|
|
gen "(I have to finish snooping around before leaving.)" ("base", xpos="far_left", ypos="head")
|
|
else:
|
|
jump return_office
|
|
|
|
jump snape_office_menu
|