My friend and me from the Copying Korriban Academy thread are back. This time, my friend, Bear, wanted to add a Rodian who could wear Jedi Knight Robes, and he wanted to make some npcs Random walk.
So here's what we've tried so far:
The Rodian:
On the Random Walk:
Any ideas, guys?
So here's what we've tried so far:
The Rodian:
- Swapped the entries for the modeln and texn columns with a jedi's
- Adding it to his body slot
- Gave him Jedi Defense and Force Sensitve feats
- Made him a Jedi Consular
On the Random Walk:
- In the Onspawn:
- Added AssignCommand(OBJECT_SELF, ActionRandomWalk()); at the end of the file.
- In the OnHearbeat:
- Added AssignCommand(OBJECT_SELF, ActionRandomWalk()); at the end of the file.
- Commented out ExecuteScript part.
Any ideas, guys?