26.09.2014, 18:39
In your Create functions, use:
Replace _Array_Name_ with the corresponding array for each function.
Example: _DelCylinder and _DelHelix
This will prevent an already used slot to be used multiple times
Anyway: nice work.
Код:
if(IsValidDynamicObject( _Array_Name_[Slot][i] ) return 0; // tells the script the function didn't succeed
Example: _DelCylinder and _DelHelix
This will prevent an already used slot to be used multiple times
Anyway: nice work.