Search found 2 matches

by Imperator
Fri Jun 19, 2015 8:34 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3990
Views: 3430515

Re: Ask a simple question, get a simple answer

Thanks, Isaac. Strangely, my code still doesn't work. Yours does. I don't see the difference! Is there something I have to over-write that I didn't? EDIT - I fixed it ... I was missing a set of brackets. Forgot that each component needs it's own set, even if only making one. Works just like yours no...
by Imperator
Fri Jun 19, 2015 4:20 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3990
Views: 3430515

Re: Ask a simple question, get a simple answer

I'm trying to make Skeletons in my first level. However, I want to name them "dead guard"s and I want them to drop nothing. I created a new object in monsters.lua and inherited from skeleton_tropper. The new object does show up in the editor, and I can add it without any bugs. However, non...