[HELP]Change empire when start!

06/11/2011 21:16 Ricky666#1
Hi guys!
I am having some trouble with my server

I want when players create a character in yellow kingdom they will be automatically moved to the red one.

For do this i am editing the main_quest_lv1.gotoinformation

i added this in the first 2 lines:
Code:
if pc . get_empire ( ) == 21 then
pc . change_empire ( 1 )
But it's not working. I don't even receive the equipment i was suppose to, so i guess the code is wrong!

is pc.change_empire (1) possible?


Please help i would be very thankful :)
08/10/2022 08:46 Doose#2
if pc . get_empire ( ) == 21 then

to:
if pc . get_empire ( ) == 2 then
08/10/2022 09:41 xTryx#3
Quote:
Originally Posted by Doose View Post
if pc . get_empire ( ) == 21 then

to:
if pc . get_empire ( ) == 2 then
11 years later