Re: Script for combining multiple mods
Wow! Awesome llama and pyg.
Llama, will this handle the question I asked in the ABM thread, ie.,
CBM.dm
CBMfixes.dm
So for example if the unit has the same unit number
cbm.dm
#selectmonster 1
...
#descr "foo"
#end
cbmfix.dm
#selectmonster 1
...
#descr "bah"
#end
So monster 1 will have description "bah"? If so this would/will be amazing and awesome!
|