I changed the hero in the LUA from Boba Fett to be the emporer on my test map and I can never get the hero to spawn now. I don't know what I'm doing wrong...
Here's my LUA section:
ReadDataFile("SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_hero_emperor",
"imp_fly_destroyer_dome" )
This really bothers me...
-Alpha
Hero Issues
Moderator: Moderators
RE: Hero Issues
you need to find a line called SetHeroClass(IMP, "whatever") and replace whatever with "imp_hero_emperor"
RE: Hero Issues
Thanks. That's in the LUA script, too right?