How do I know, how many Instances an object has?
Develop games in your browser. Powerful, performant & highly capable.
Darxoon
Objects have a count value, so you can use ObjectName.Count in expressions
e.g. System->Compare two values: ObjectName.Count > 10
Thanks