how make random dialogue. anyone know?
or random number (exact) 1, 2, 3, 4, 5... and no 1.657765765756, 1.9898899..
anyone know?
int(Random(1,6)) should do the trick
Great tutorial by pearsonlands on native expressions
scirra.com/tutorials/77/native-expressions-in-construct-2
it worked! thank you StonePaleAle
Develop games in your browser. Powerful, performant & highly capable.
The manual page about system expressions, even better/more complete than the previous tutorial.