public void run(final int paramCount) throws LuaException {
   final CharacterInfo target = MonsterActionFunctionsLibrary.this.m_monsterAction.getPlayer();
   if (target != null) {
     this.addReturnValue(target.getId());
   } else {
     this.addReturnNilValue();
   }
 }