Ok no I don't. My code seemend fine, but I would get errors, and then when I fixed the errors it froze when entering the town. I think I may have put it into a repeting loop.
I placed this in City center menu right under neath where it said "set_visitor" for 25,26,27 and 28.
I started a new try_begin statment, and said that if it was in town 7
then I stored what kind of troops they were in registers.... (do you mabye need to declare the registers somewhere, or can you just use anynumber you want?)
Then I stored what time of day it was in another register,
Then I set if it was between certin times
Then I set the visitor to the entry point, and the registerd number.
Is there an 'endif'? How does the program know when the 'if' statement is completed? I'm used to visual basic and every 'if' needs a 'endif' statement. But that doesn't seem to happen here