Re: Pretender Troubles
I've never had a problem integrating new pretenders.
Things I notice from the .dm file you posted:
-You have no #restrictedgod commands so far as I can see. You will need to enter one to have the monster selectable as a pretender. Only one per new monster seems to work so you may have to make additional new monsters to use him with multiple nations.
-I don't know what's up with your forward-slash and back-slash usage in your #spr1 and #spr2 calls. Should be "/" only.
-You don't need to "re-open" the monster to give it a #firstshape or #secondshape after coding the alternate form. You can put those commands in the original code for the creature (between #newmonster <#> and #end) even if the other creature's code comes afterward.
*edit, forgot that...
-#firstshape and #secondshape commands should call to a monster number, not a name.
|