Re: Spawning Actors with LUA
If I'm storing the actor in a variable, how do I set it?
If the variable's name is body, it would be:
Code:
local Body = CreateAHuman("Dummy")
Body.AIMode = 1;
Right?
EDIT:
Forget that, I did what I wanted to do perfectly.
Today is my Lua Lucky day.