Subversion-Projekte sthq.gbs

Revision

Revision 824 | Revision 880 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 824 Revision 870
Zeile 30... Zeile 30...
30
void finish_awaycin();
30
void finish_awaycin();
31
void shuttle_away();
31
void shuttle_away();
32
void shuttle_inside_sparks();
32
void shuttle_inside_sparks();
33
void sparks();
33
void sparks();
34
void redalert();
34
void redalert();
-
 
35
void closed_door_sound();
Zeile 35... Zeile 36...
35
 
36
 
36
void shuttlesparks();
37
void shuttlesparks();
Zeile 37... Zeile 38...
37
void bill_ex();
38
void bill_ex();
Zeile 782... Zeile 783...
782
{
783
{
783
	$bails0.turntoangle( 135 );
784
	$bails0.turntoangle( 135 );
784
	wait( .1 );
785
	wait( .1 );
785
	$bails0.anim( "cin-m6l0-engineering-bill" );
786
	$bails0.anim( "cin-m6l0-engineering-bill" );
786
}
787
}
-
 
788
 
-
 
789
void closed_door_sound()
-
 
790
{
-
 
791
	$player.playsound( "sound/environment/computer/lcars_no.wav");
-
 
792
}
787
793