Subversion-Projekte sthq.gbs

Revision

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

Revision 880 Revision 902
Zeile 5... Zeile 5...
5
//  Level:		map10
5
//  Level:		map10
6
//  Script By:	DrBob & Others
6
//  Script By:	DrBob & Others
7
//  Geometry By:	Others
7
//  Geometry By:	Others
8
//  Created on:	09/03/04
8
//  Created on:	09/03/04
9
//
9
//
10
// Last Edited on:  $Date: 2007-04-08 23:58:18 +0200 (So, 08 Apr 2007) $
10
// Last Edited on:  $Date: 2007-10-03 14:57:12 +0200 (Mi, 03 Okt 2007) $
11
// Last Edited by:	$Author: lars $
11
// Last Edited by:	$Author: lars $
12
//
12
//
13
//--------------------------------------------------------------------------------------
13
//--------------------------------------------------------------------------------------
Zeile 14... Zeile 14...
14
 
14
 
Zeile 281... Zeile 281...
281
	wait( 0.1 );
281
	wait( 0.1 );
Zeile 282... Zeile 282...
282
 
282
 
Zeile 283... Zeile 283...
283
	wait( 1 );
283
	wait( 1 );
284
 
284
 
285
	//Disconnect
285
	//Disconnect
286
//	stuffcmd( "disconnect\n" );
286
	stuffcmd( "disconnect\n" );
Zeile 287... Zeile 287...
287
	stuffcmd( "map beta_ending\n" );
287
//	stuffcmd( "map beta_ending\n" );
288
}
288
}
289
 
289