Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- branch collect {
- sceneset Norman to Helen
- > Norman (happy): "How lucky, there's a candle lying around here!"
- take candle_unlit
- set candle_collected 1
- > Norman (neutral): "It's extinguished, but it's still a good start. And it isn't as much of fire hazard in a dream as it would be in physical realm."
- if (see_eternal_flame = 0) {
- > Helen (neutral): "It looks like a leftover from Eternal Blaze worshippers. Maybe if we look around, we'll find a stand with an eternal blaze as well?"
- } else {
- > Helen (neutral): "It looks like another leftover from Eternal Blaze worshippers. We should be able to light it up with eternal fire we saw before."
- }
- > Norman (neutral): "Huh... if they worship Eternal Blaze I wonder how they ended up with an extinguished candle."
- > Helen (neutral): "According to their beliefs, the flame still there, just misplaced in time and space."
- > Norman (neutral): "I guess it makes sense if you consider conservation of mass and energy...?"
- }
- branch eternal_flame {
- sceneset Norman to Helen
- once see_eternal_flame {
- if (has candle_unlit) {
- > Norman (neutral): "Looks like this is the eternal flame you mentioned earlier. Now let's light our candle up!"
- sceneclear
- > Info: "Press [red]X[/] when facing an object to use an item on it."
- } else {
- > Helen (neutral): "A stand with an eternal flame? Looks like it was left here by the Eternal Blaze worshippers."
- > Norman (neutral): "Too bad I can't take the entire stand with me..."
- }
- } else if (has candle_unlit) {
- > Norman (neutral): "Let's light our candle up!"
- sceneclear
- > Info: "Press [red]X[/] when facing an object to use an item on it."
- } else {
- > Helen (neutral): "Putting aside Eternal Blaze cult, this flame has such a lovely colour, don't you think?"
- }
- }
- branch eternal_flame_present {
- sceneset Norman to Helen
- > Helen (worried): "We might want to avoid putting random things in the eternal flame. It can even consume things that are usually considered not flammable."
- }
- branch eternal_flame_present.candle_unlit {
- sceneset Norman to Helen
- give candle_unlit
- take candle
- set candle_lit 1
- > Norman (happy): "Alright, that's our first light source for the summoning circle! Now let's find [red]the other six[/]."
- > Norman (neutral): "We also need some kind of [red]dark red paint[/] and [red]a painting utensil[/red]."
- }
- branch eternal_flame_present.candle {
- sceneset Norman to Helen
- > Norman (happy): "The flame is still going strong!"
- }
- branch goback {
- sceneset Norman to Helen
- > Norman: "We are still not finished here."
- sceneclear
- special move_left
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement