Welcome to the Creatures Wiki! Log in and join the community.

DPAS

From Creatures Wiki
(Redirected from Dpas)
Jump to navigation Jump to search

DPAS is a CAOS command to do with lifts.

Syntax[edit]

DPAS (command) family (integer) genus (integer) species (integer)

Drop all passengers matching classifier.

Example[edit]

From new lift script, in the tail end of the 'elevator go up' script:

*Drop everyone and stim with "Traveled in lift"
	epas 4 0 0
		zomb 0
		stim writ targ 94 1
	next
	dpas 4 0 0
*Change level and mark yourself as not moving
	setv ov00 0
	setv ov01 va01
endm