I'm trying to implent multiple inventories for the main character, by having multiple characters with different inventories to switch between, but when I use;
invMain.CharacterToUse = cTinman;
To change the active inventory to cTinman, I get an error message - Undefined token 'invmain'
Could someone please tell me what I'm doing wrong?
invMain.CharacterToUse = cTinman;
To change the active inventory to cTinman, I get an error message - Undefined token 'invmain'
Could someone please tell me what I'm doing wrong?