Ejemplo n.º 1
0
    void TimeOut()
    {
        DialogManager.Add(
            new DialogManager.Callback(LoadTitle),
            @"When the bomb exploded, a
chain of reactions in the
reactor room destabilized the
wormhole that had been opened.",

            @"However, in order to prevent
such a disaster to happen again,
the Global Government created
an special elite force to
investigate space-time anomalies.",

            @"June, 2035:

Origin: Titan, moon of Jupiter
Sender: Icarus, scientific team
		studying its geography
Message: We are meeting the
schedule. Supplies are
guaranteed.",

            @"       However, Johann
went to investigate a strange
light phenomena and is still
missing. We are preparing an
expedition to look for him.",

            @"THE WAR FOR OUR SOLAR
SYSTEM...| HAS JUST BEGUN."
            );
    }
Ejemplo n.º 2
0
    void TimeOut()
    {
        DialogManager.Add(
            new DialogManager.Callback(LoadHangar),
            @"June, 2034:

NASA discovers a disturbance in
space-time located near Saturn.|

A thorough analysis of the data
concludes that someone was trying
to open a wormhole to the Solar
system.",
            @"July, 2034:

Cluster, a space station with
a team of 4 members, is
deployed near Saturn in order
to study the disturbance.|

After 6 days... All
communications are lost.",

            @"Unidentified creatures
started to appear in the
Earth surface.|

The space station was
acting as a link between
the wormhole and the Earth.",

            @"August, 2034:

I was assigned to destroy the
space station, Cluster.|

Just when I was about to
leave... The hangar was
attacked..."
            );
    }
Ejemplo n.º 3
0
    void TimeOut()
    {
        DialogManager.Add(
            new DialogManager.Callback(LoadSpace),
            @"4 hours later:

I can see the space station.
I need to find the reactor room
and plant the bomb there.|

The security is high. Some
doors are locked. I'll need to
get the right magnetic cards in
order to reach the main reactor.",

            @"I'll set the bomb timer to 2
minutes. I better have a clear
escape route, I don't want to
get caught in the explosion..."
            );
    }