lisaverschuren Posted March 23, 2016 Share Posted March 23, 2016 I want to delay my vehicle with randomly selected times, which it retrieves from a data table. I have set the delay as Table1.ExpressionProperty1.RandomRow, but it doesn't work the expressiontable has 10 different values for delays and has time as a unit Can someone help me figuring out what is wrong? Link to comment Share on other sites More sharing options...
CWatson Posted March 23, 2016 Share Posted March 23, 2016 RandomValue is the function you likely want to use, such that you use the expression "Table1.ExpressionProperty1.RandomValue" to select a value from one of the rows (not RandomRow). Link to comment Share on other sites More sharing options...
lisaverschuren Posted March 23, 2016 Author Share Posted March 23, 2016 Thanks! It solved the problem! Link to comment Share on other sites More sharing options...
Recommended Posts