How would I use something like typeof in construct 3 to find the type of a value?
For example:
if (typeof val == "number")
Develop games in your browser. Powerful, performant & highly capable.
Use "System -> Is Value Type" condition
ooh ok. Thanks.