| 12-01-2004, 12:30 AM | #1 |
Code:
function SetGroup takes group TempGroup returns nothing call DestroyGroup(udg_TempGroup) set udg_TempGroup=TempGroup endfunction function SetLoc takes location TempPoint returns nothing call RemoveLocation(udg_TempPoint) set udg_TempPoint=TempPoint endfunction With these you don't have to destroy groups or points (in GUI):god_help_us: |
| 12-01-2004, 12:33 AM | #2 | |
Quote:
|
