I'm trying to add 2 rep_walk_oneman_atst 's to my map and one atte.
I'm adding them seperatly for now and when I put in the oneman_atst 's (what's their real name anyway, i forget?) and the game crashes right before the team select screen.
THe error log gives me:
...Message Severity: 3
.\Source\EntityWalker.cpp(224)
Walker has no animations
In my lua I do have:
And am calling rep_walk_oneman_atst in the side section.AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 2) -- 1x2 (1 pair of legs)
AddWalkerType(2, 2) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 1) -- 3x2 (3 pairs of legs)
The thing is, my spider walkers (the (2, 2) part of above) work fine?
Does anyone know what's wrong?
when I try adding rep_walk_atte instead, I get the exact same thing...

