Okay, I'd never been great for scripting but what am I missing in this script to get it to work? Every time I starting Dom2 up it exiting before I can get to the menu.
The script:
Quote:
#modename "Miasma Marsh rider"
#description "Miasma Marsh rider mod adds lizard cavalry to the Miasma theme plus a riding hero."
#Icon "Miasma Marsh Riders.tga"
#Version 0.05
#domVersion 2.11
#newmonster 2000
#name "Marsh Rider"
#spr1 "stand.tga"
#spr2 "attack.tga"
#descr "The Marsh Rider are fearsome warriors"
#ap 23
#mapmove 3
#hp 25
#prot 5
#size 3
#str 15
#enc 1
#att 12
#def 14
#prec 12
#mr 12
#mor 14
#gcost 80
#rcost 20
#weapon "28"
#weapon "10"
#weapon "127"
#weapon "167"
#armor "7"
#coldblooded
#poisoncloud 6
#poison armor
#poisonres 100
#swampsurvival
#goodleader
#poormagicleader
#poorundeadleader
#end
#selectnation 5
#addrecunit "Marsh Rider" 2000
#end
|