1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-18 15:04:25 +03:00

initial commit on_stage_off_stage

This commit is contained in:
Zed Lopez 2024-04-09 19:40:28 -07:00
parent 0726b2cbf1
commit cede0be91e

View file

@ -148,7 +148,7 @@ answer would be no.)
=
Definition: Something is on-stage rather than off-stage if I6 routine "OnStage"
makes it so (it is indirectly in one of the rooms).
Definition: Something is offstage if it is off-stage.
Definition: An object is offstage if it is not on-stage.
Definition: a scene is happening if I6 condition "scene_status-->(*1-1)==1"
says so (it is currently taking place).