Subversion-Projekte sthq.gbs

Revision

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

Revision 880 Revision 883
Zeile 4... Zeile 4...
4
//	
4
//	
5
//  Level:		map1
5
//  Level:		map1
6
//  Script By:		Argyle
6
//  Script By:		Argyle
7
//  Geometry By:	Flix
7
//  Geometry By:	Flix
8
//  Created on:		???
8
//  Created on:		???
9
//  Last Edited on:    $Date: 2007-04-08 23:58:18 +0200 (So, 08 Apr 2007) $
9
//  Last Edited on:    $Date: 2007-05-09 21:55:47 +0200 (Mi, 09 Mai 2007) $
10
//  Last Edited by:     $Author: lars $
10
//  Last Edited by:     $Author: lars $
11
//
11
//
12
//-------------------------------------------------------------------------------------
12
//-------------------------------------------------------------------------------------
Zeile 13... Zeile 13...
13
 
13
 
Zeile 388... Zeile 388...
388
   //globalLoadout_AssignWeapons ( "m3l1a_forever" );
388
   //globalLoadout_AssignWeapons ( "m3l1a_forever" );
Zeile 389... Zeile 389...
389
 
389
 
390
   globalLoadout_GiveWeapon( WEAPON_PHASER_STX );
390
   globalLoadout_GiveWeapon( WEAPON_PHASER_STX );
391
   globalLoadout_GiveWeapon( WEAPON_COMPRESSION_RIFLE );
391
   globalLoadout_GiveWeapon( WEAPON_COMPRESSION_RIFLE );
-
 
392
   globalLoadout_GiveWeapon( WEAPON_ASSAULT_SHOTGUN );
-
 
393
   $player.give( "models/weapons/worldmodel-batleth.tik" );
-
 
394
 
Zeile 392... Zeile 395...
392
   globalLoadout_GiveWeapon( WEAPON_ASSAULT_SHOTGUN );
395
   $player.use( "batleth" );
Zeile 393... Zeile 396...
393
   
396