new /mob/rebel(loc=usr.loc, commandingPlayer=usr.ckey)
As you can see I clearly defined commandingPlayer, did I not?
Problem description:
Whenever I try to define it as newRebel.commandingPlayer it gives me an error despite that I've got it defined for the default mob, and when I try it another way it gives me a unused variable warning, which is a load of bull. I define it in the object as a custom var, but when I try to specify what it is it says it is undefined. What is the problem?
In the future, it might be helpful to post the code you are getting an error with, not something completely unrelated to it.