10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
|
|
label snape_office_door:
|
|
|
|
if not snape_office_intro_E1:
|
|
gen "(I have to finish snooping around before leaving.)" ("base", xpos="far_left", ypos="head")
|
|
else:
|
|
jump return_office
|
|
|
|
jump snape_office_menu
|