Adding people in skirmish maps

Monkey Man

New member
Joined
Mar 20, 2010
Messages
14
Hello,

whenever i add (or try to) people in my custom skirmish, It crashes.

it works perfectly before i try tRY to add people.

here is my town script:

rem -------Town 0-------
CREATE_TOWN(0, "3114.29, 3114.29", "PLAYER_ONE", 0, "CELTIC")
SET_TOWN_BELIEF(0, "PLAYER_ONE", 1.000000)
CREATE_TOWN_CENTRE(0, "3114.29, 3114.29", "CELTIC_ABODE_TOWN_CENTRE", 0, 1000, 0)
CREATE_NEW_TOWN_SPELL(0, "BEAM_EXPLOSION")
CREATE_ABODE(0, "3225.41, 2972.17", "CELTIC_ABODE_STORAGE_PIT", 0, 1000, 8000, 8000)
CREATE_ABODE(0, "3122.05, 3171.14", "CELTIC_ABODE_C", 0, 1000, 0, 0)
CREATE_ABODE(0, "3060.03, 3259.00", "CELTIC_ABODE_WORKSHOP", 0, 1000, 0, 5000)
CREATE_ABODE(0, "3124.63, 3070.36", "CELTIC_ABODE_C", 0, 1000, 0, 0)
CREATE_VILLAGER_POS("3124.63, 3070.36", "3215.07, 3189.23", "FARMER", 20)

if u can see anything wrong with this, please tell me!

 
You need to add the culture/tribe.

Code:
CREATE_VILLAGER_POS("3124.63, 3070.36", "3215.07, 3189.23", "CELTIC_FARMER", 20)
 
Hi,

welcome to kayssplace :D

Willkommen auf kayssplace, wenn du Fragen hast kannst du dich auch an mich wenden =)
kratzean und ich sind die zwei Deutschen Modder hier ;).

I've told him, that he can ask me and kratzean for german support :)

Happy  Easter!
Frohe Ostern
 
Back
Top