does the space matters? example:
Custom script: call DestroyGroup(udg_GroupVar)
Custom script: call DestroyGroup (udg_GroupVar)
another example:
Custom script: call RemoveLocation (udg_Temp_Point)
Custom script: call RemoveLocation(udg_Temp_Point)
wich is the right one? ty
Custom script: call DestroyGroup(udg_GroupVar)
Custom script: call DestroyGroup (udg_GroupVar)
another example:
Custom script: call RemoveLocation (udg_Temp_Point)
Custom script: call RemoveLocation(udg_Temp_Point)
wich is the right one? ty