basically, here is the script i have:
function oObject0_UseInv()
{
player.AddInventory (igambleliscence*itwenty);
}
I tried to save, but at the bottom of the page it says:
X Failed to save room room3.crm; details below
X Error (line 10): Operator cannot be applied to this type
I'm trying to use itwenty on oObject0 to get igambleliscence. Any suggestions?
function oObject0_UseInv()
{
player.AddInventory (igambleliscence*itwenty);
}
I tried to save, but at the bottom of the page it says:
X Failed to save room room3.crm; details below
X Error (line 10): Operator cannot be applied to this type
I'm trying to use itwenty on oObject0 to get igambleliscence. Any suggestions?