13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
begintemplate Location2
|
|
public secRef, loc
|
|
objref secRef
|
|
proc init() {
|
|
secRef = new SectionRef()
|
|
loc = $1
|
|
}
|
|
endtemplate Location2
|
|
|
|
setstim(DEL, DUR, SCA)
|
|
detectFire("run.out")
|
|
quit()
|