18 lines
262 B
Text
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
|
|
|