its a program that can let you easly create plugns for hmt, but some knowledge of plugin making is needed.


|
|
|
|
|
|
|
|
Code: Select all
Private Sub cmdlaunch_Click()
'show common dialog box
cd.ShowOpen
'load halo map tools
LoadFile cd.FileName
End Sub