Quote:
Originally Posted by Stavis_L
Quick question - are you closing the game (the entire program, not an individual game session) in between modifications to your .DM file? Note that the program only reads the mods when it's starting, so if you change the mod after the program is started, it won't "notice".
Also - are you sure you've enabled your mod in the preferences menu?
|
Yes and yes.
Quote:
If you try this:
Code:
#selectmonster 307 -- lesser horror
#weapon "nothing"
#weapon "nothing"
#end
#selectmonster 307 -- lesser horror
#weapon "claw"
#end
...does that change anything?
|
I'll have to test it. I have discovered that I haven't managed to get rid of the Horror Mark effect from Astral Claw with
Code:
#selectweapon 70
#secondaryeffect 0
#end
Maybe I'll try "nothing" instead of "0" when I try the other thing.