sof-sdk/Sample/ds/common/pushthing.ds

46 lines
1.1 KiB
Text
Raw Permalink Normal View History

2000-06-15 00:00:00 +00:00
// template file for common directory
#include "../common/header.ds"
output "p:/base/ds/common"
parameter entity pusher
parameter entity pushed
parameter vector movedist
local int sig1
local int pusherhealth
pusherhealth = pusher.health
if pusherhealth > 0
animate entity pusher performing action STD_EPUSHCRATE_N_A_N by moving movedist signaling sig1
move entity pushed by movedist
wait for all clearing sig1
endif
pusherhealth = pusher.health
if pusherhealth > 0
animate entity pusher performing action STD_EPUSHCRATE_N_A_N by moving movedist signaling sig1
move entity pushed by movedist
wait for all clearing sig1
endif
pusherhealth = pusher.health
if pusherhealth > 0
animate entity pusher performing action STD_EPUSHCRATE_N_A_N by moving movedist signaling sig1
move entity pushed by movedist
wait for all clearing sig1
endif
pusherhealth = pusher.health
if pusherhealth > 0
animate entity pusher performing action STD_EPUSHCRATE_N_A_N by moving movedist signaling sig1
move entity pushed by movedist
wait for all clearing sig1
endif