User Tools

Site Tools


prpl:define

<- PRPL reference <- Vars and Functions

$VARNAME:DEF_VAL

ArgumentsResultNotation
[ - ]

Description

Defines an input variable. Input variables are created at script start and assigned either the default value, or a value specified in the editor. Input variables must start with a $ sign

Examples

$enemy:1 
$particleType:0 
 
CreateParticle(CurrentCoords 0 0 <-particleType <-enemy) 
prpl/define.txt · Last modified: 2017/09/23 05:53 by kajacx