heretic2-sdk/Toolkit/Designer/dsexamples/cloud/bedtel2.ds
1998-11-24 00:00:00 +00:00

27 lines
No EOL
421 B
Text

//teleporter thing goes back up
#include "../common/header.ds"
output "r:/base/ds/cloud"
local entity teleporter
local entity plat
local int sig
teleporter = find entity with targetname "telactivate"
plat = find entity with targetname "beddoor"
//move it
wait 1 seconds
use entity teleporter
rotate entity plat by [0, 0, -90] at 75 speed signaling sig
wait for all clearing sig
exit