home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / BlockPlayer.uc < prev    next >
Text File  |  2003-12-11  |  363b  |  11 lines

  1. //=============================================================================
  2. // BlockPlayers prevents players from passing, but allows monsters and projectiles to cross.
  3. //=============================================================================
  4. class BlockPlayer extends Keypoint;
  5.  
  6. defaultproperties
  7. {
  8.      bBlockPlayers=True
  9.      bObsolete=true
  10. }
  11.