View Single Post
  #3  
Old April 11th, 2004, 09:33 PM

Peter Ebbesen Peter Ebbesen is offline
Second Lieutenant
 
Join Date: Jan 2004
Posts: 510
Thanks: 24
Thanked 31 Times in 12 Posts
Peter Ebbesen is on a distinguished road
Default Re: MAP: using specstart and #land

Quote:
Originally posted by gladestrider:
I used the #specstart command for a nation in my .map file, then later used the #land command to adjust the sites in the province and give it some commanders/troops.
Your mistake is using the #land instead of #setland, as #land clears the province - something you are most definitely not interested in.

An example of correct use (here used on Abysia in Orania Wars - Nasty Edition)

code:
#specstart 0 208
#victorypoints 208 1

#setland 208
#knownfeature "The Steel Ovens"
#knownfeature "Orichalum Mine"

__________________
When I said Death before Dishonour, I meant alphabetically.
Reply With Quote