Hi,
usually when developing using functions I can do this:
function setItems(item = "Can"){
echo item;
}
In Construct 2 is it possible to have that control of function parameters where I can use them as an action like a object e.g.
|system| on start of layout| function shoot(item = "can")|
|On function shoot| param(0)|move Y(200)|
any way to do this thanks or a way to use this