OnBegin<override>()<suspends>:void=
RT : rotation = IdentityRotation()
for (Zs:= 0..10):
for (Xs:= 0..10):
SpawnProp(BlockAsset, vector3{X:= Xs*64.0, Y:= Zs*64.0, Z:= 640.0}, RT)
Sleep(0.1)
This function is supposed to spawn 100 props but stops at about 90. It never actually spawns all 100 props.