[RulesForScenesElement::] Rules for Scenes Element. To write the Rules for Scenes element (RS) in the index. @ = void RulesForScenesElement::render(OUTPUT_STREAM, localisation_dictionary *LD) { inter_tree *I = InterpretIndex::get_tree(); tree_inventory *inv = Synoptic::inv(I); TreeLists::sort(inv->rulebook_nodes, Synoptic::module_order); HTML_OPEN("p"); WRITE("The scene-changing machinery"); HTML_CLOSE("p"); IndexRules::rulebook_box(OUT, inv, I"Scene changing", NULL, IndexRules::find_rulebook(inv, I"scene_changing"), NULL, 1, FALSE, LD); HTML_OPEN("p"); IndexUtilities::anchor(OUT, I"SRULES"); WRITE("General rules applying to scene changes"); HTML_CLOSE("p"); IndexRules::rulebook_box(OUT, inv, I"When a scene begins", NULL, IndexRules::find_rulebook(inv, I"when_scene_begins"), NULL, 1, FALSE, LD); IndexRules::rulebook_box(OUT, inv, I"When a scene ends", NULL, IndexRules::find_rulebook(inv, I"when_scene_ends"), NULL, 1, FALSE, LD); }