heretic2-sdk/Toolkit/Designer/dsexamples/kellcaves/cavein1.ds

18 lines
319 B
Text
Raw Normal View History

1998-11-24 00:00:00 +00:00
// This is first part of the cave in, in one of the hallways.
// this part decides which camera to use
#include "../common/header.ds"
output "r:/base/ds/kellcaves"
global int dir
parameter int parm1
local entity cavein
dir = parm1
cavein = find entity with targetname "cavein"
use entity cavein