I am trying to set a condition to create random number of objects of one type. For this i use GV that is being set at the start of layout. then, right under it i set that
Value compare if ObjectX.Count is less then GV: create ObjectX
sounds reasonable.
But it doesnt work. Instead - when debuggin ive get and error saying:
"ESpression 'Count': No 'ObjectX' object exists. returning zero.
Well gee wiz, i know that theres no ObjectX and thats why i want the event to create them. Why its not working?