#(Load font to use later)
FONT1X 0 base/fonts/micro.thin.fon
#(Load font to use later)
FONT1X 1 base/fonts/tiny.cond.fon

#(Load font to use later)
FONT4X 0 addons/mm-hd/fonts/micro.thin.fon
#(Load font to use later)
FONT4X 1 addons/mm-hd/fonts/tiny.cond.fon

#(Set color)
TC 55FF55

#(Set color)
TBC FFFFFF

#(Load movie)
ANI1X base/cutscene/spins/umgah.ani

#(Load movie)
ANI4X addons/mm-hd/cutscene/spins/umgah.ani

#(Take up entire screen)
DIMS 320 200

#(Set font to use)
FONT 0

#(Ditty)
DITTY umgah

#(Draw ship frame)
DRAW 0

#(Get the bounds of the last frame drawn)
GETRECT

#(Wait for ditty)
WAITDITTY

#(Text for spin)
TEXTSPIN 108 127 UMGAH

#(Text for spin)
TEXTSPIN 167 127 DRONE

#(Wait)
SPINWAIT 1000

#(Text for spin)
TEXTSPIN 5 108
Anti-matter
Vent

#(Line for spin)
LINESPIN 66 105 80 91

#(Wait)
SPINWAIT 1000

#(Text for spin)
TEXTSPIN 259 46 Intake

#(Line for spin)
LINESPIN 235 50 257 50

#(Wait)
SPINWAIT 1000

#(Text for spin)
TEXTSPIN 171 2 Observation

#(Text for spin)
TEXTSPIN 196 12 Blisters

#(Line for spin)
LINESPIN 162 22 174 10

#(Line for spin)
LINESPIN 182 11 182 25

#(Wait)
SPINWAIT 1000

#(Text for spin)
TEXTSPIN 240 99
Retro-
Propulsion
System

#(Line for spin)
LINESPIN 232 90 239 97

#(Wait)
SPINWAIT 1000

#(Statbox)
STATBOX 3 2

#(Set font to use)
FONT 1

#(Draw stat)
SPINSTAT 2 0 CREW COMPLEMENT

#(Draw stat)
SPINSTAT 6 0 BATT CAPACITY

#(Draw stat)
SPINSTAT 6 0 BATT REGEN.

#(Draw stat)
SPINSTAT 5 0 ACCELERATION

#(Draw stat)
SPINSTAT 5 0 TURNING RATE

#(Draw stat)
SPINSTAT 1 0 MAX VELOCITY

#(Draw stat)
SPINSTAT 2 0 WEAPON RANGE

#(Draw stat)
SPINSTAT 5 0 WEAPON DAMAGE

#(Wait for five minutes, or keypress)
WAIT 300000
