//=============================================================================
// Spatial Fear
// Class: SFCounter
// Descritption: Spatial Fear base counter class, used to gather some
// gameplay specific features.
//
// Author: Markus Nuebel
//=============================================================================
class SFCounter extends Counter;
var (SpatialFear) travel int CreateTag; // Reference to players goaltable. If the tag is not -1 then the corrosponding goal is checked. If the goal was not reached already the counter is destroyed during level entering. Default: -1
defaultproperties
{
CreateTag=-1
}
class file time: 12/7/2003 3:58:24 PM - creation time: 12/7/2003 4:03:44 PM
Created with UnCodeX