View Single Post
  #1  
Old April 16th, 2004, 06:28 AM
Thilock_Dominus's Avatar

Thilock_Dominus Thilock_Dominus is offline
Second Lieutenant
 
Join Date: Jan 2004
Location: Denmark
Posts: 471
Thanks: 23
Thanked 28 Times in 16 Posts
Thilock_Dominus is on a distinguished road
Default What\'s wrong with this script

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

__________________
| Ubuntu Linux 12.04 64-bit |

Nosophoros: The Vampire Lords - v1.02
Conquest of Elysium 3 GUI mods
Reply With Quote