heretic2-sdk/Toolkit/Designer/dsexamples/silverspring/lust.ds
1998-11-24 00:00:00 +00:00

18 lines
262 B
Text

//Lever pushes crates out of doorway at bottom of SSDocks tower
#include "../common/header.ds"
output "r:/base/ds/silverspring"
//define variables
global int blood
// print message then exit
blood += 1
if blood = 4
print 31
exit
endif