Vehicle spawn properties in lua
Posted: Mon Jul 09, 2007 8:27 am
I'm tryin to make a 2nd version of geonosis with both eras without having to put a world into the addon folder. It works fine but i tryed to make the gcw vehicles spawn by setting the vehicle spawns properties in the lua using this code(and a few variations of it for the diferent spawns and vehicles):
but it they didn't appear in game so i looked at the error log and it came up with this:
i know the vehicle spawn names are right because i looked them up in the world file in the assets and in the lvl file in the game.
Anyone got any ideas why?
thx, Abiter
Code: Select all
SetProperty("ATTE1", "ClassImpAtk", imp_walk_atat)Code: Select all
Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(635)
Entity "ATTE1" not foundAnyone got any ideas why?
thx, Abiter