SFDecos.SFLamplon

00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
//=============================================================================
// Spatial Fear
// Class: SFLamplon
// Description: Triggerable long lamp (turned on). If triggered it will be turned off.
//              Remember it's just a decoration, you still need to add a real light to a map.              
//
// Modelled by: Ivan Tanziura
// Coded by: Jacek Zagrodzki (moose)
//=============================================================================
class SFLamplon expands SFLampl;

#exec TEXTURE IMPORT NAME=JSFLamplon FILE=TEXTURES\SFLamplon.PCX GROUP=Skins FLAGS=2 // 1 - Default

defaultproperties
{
     bOn=True
     AmbientGlow=100
     MultiSkins(1)=Texture'SFDecos.Skins.JSFLamplon'
}

class file time: 12/7/2003 3:58:26 PM - creation time: 12/7/2003 4:03:45 PM
Created with UnCodeX