Temples

I think there's a limit of eight gods. You and seven others. But I've never tried more than a few. ???

Get the map working with eight and then try adding another one and see what happens.
 
What's the maximum number you can add without it crashing, if that's what it does. Try commenting out a few, it could be an error in the script for one of them.
 
do you want the script?


rem *********************** PLAYER_TWO ***********************
rem ---------------- Insert Player Three Settings Here ----------------
CREATE_CITADEL("1610.89, 2979.78", 0, "PLAYER_TWO", 5000, 1000)

rem *********************** PLAYER_THREE ***********************
rem -------------Insert Player Three Settings Here-------------
CREATE_CITADEL("1701.31, 3150.31", 0, "PLAYER_THREE", 5000, 1000)

rem *********************** PLAYER_FOUR ***********************
rem -------------Insert Player Four Settings here-------------
CREATE_CITADEL("2747.68, 3248.50", 0, "PLAYER_FOUR", 5000, 1000)

rem *********************** PLAYER_FIVE ***********************
rem -------------Insert Player Five Settings Here-------------
CREATE_CITADEL("1610.89, 2615.45", 0, "PLAYER_FIVE", 5000, 1000)

rem *********************** PLAYER_SIX ***********************
rem -------------Insert Player Six Settings Here-------------
CREATE_CITADEL("1541.13, 2388.07", 0, "PLAYER_SIX", 5000, 1000)

rem *********************** PLAYER_SEVEN ***********************
rem -------------Insert Player Seven Settings Here-------------
CREATE_CITADEL("1915.76, 2509.52", 0, "PLAYER_SEVEN", 5000, 1000)

rem *********************** NEUTRAL ***********************
rem -------------Insert Neutral Settings Here-------------
 
Actuallly it does, Looking at another map. I think you need to define each player before you can asign a temple to them

Code:
rem *********************** PLAYER_TWO ***********************
TOGGLE_COMPUTER_PLAYER("PLAYER_TWO", 1)
CREATE_CREATURE_FROM_FILE("PLAYER_TWO", 6, "ComputerControlledCreature", "2557.58,1854.26")
SET_COMPUTER_PLAYER_CREATURE_LIKE("PLAYER_TWO", "PLAYER_ONE")
 
And you also need your own temple. There is such a thing as a nuetral temple too...
 
I've never tried it, so I don't know. But try changing the player_xxx to neutral to see what happens.
I don't think the other god needs a creature.
 
<font color='#000000'>Ha *laughs*</font>

<font color='#560541'>LOL, You don't know either so, BWAHAHAHAMWAHAHAHEHEHEHEHOOHAAHOOEYBOOMBAHAHAHAH!
:p
 
Just experiment and see what works.

Only use a few gods at the begining and REM out the others untill something does work..
 
Cool, I just tried it and
Code:
CREATE_CITADEL("3116.80, 1753.04", 0, "NEUTRAL", 4000, 1000)

will create a neutral temple. and you can create more but it looks like one will be larger than the rest.
 
Back
Top