View Single Post
01/20/24, 05:50 AM   #5
DakJaniels
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 31
[quote=FlatBadger;49235]
Originally Posted by DakJaniels View Post
Could it be as simple as overriding
Lua Code:
  1. IsESOPlusSubscriber()
with
Lua Code:
  1. IsESOPlusSubscriber = function () return false end

Wouldn't that then also have an impact on the player's inventory size if the game thinks they are not a subscriber?


Doesn't change the inventory value.
  Reply With Quote