Nifty... so it comes back 5, though I only have 1 merit in it. It seems like it is executing this, thinking I'm not a PC? :kjLotus wrote:you can print it and it'll come to the console
Code: Select all
if(m_PBaseEntity->objtype != TYPE_PC){
// not PC just give em max merits
lua_pushinteger(L, 5);
EDIT2: Went back to the MH and increased merit level to 2. Tried it again, came back as 10...should it be scaling by 5 for each merit...?