Here is the base for the capture trigger. I'm not to sure how to have the income in there, so I'll let someone else who doesn't suck at triggering add that in (or replace everything lol)
Events
Unit - A unit Dies
Conditions
(Unit-type of (Triggering unit)) Equal to Control Point
Actions
-------- This variable is a point. --------
Set TempPoint = (Position of (Triggering unit))
Unit - Create 1 Control Point for (Owner of (Killing unit)) at TempPoint facing Default building facing degrees
Custom script: call RemoveLocation(udg_TempPoint)
I could show you my trigger if someone could tell me how to paste GUI into hive.....lol?