El Diablo wrote: ↑Sat Jul 11, 2020 6:54 pm
...
So i would really like the clearest and most basic method of adding basic items and if i could also fix my inventory screen that would be a bonus.
Another option would be a method of removing unwanted items from your inventory so the player inventory script method can be used.
The easy way, go to "get location" on table, check "bonus reward" and "reward type" , in game , select bar and close bar window, you should have the bar info in location name/bonus reward and reward type, just edit bonus reward and reward type like this:
just change, bonus reward for the item you want, check the sheet for the name
[Link] copy the name and use this site to get the bytes:
[Link] paste there and ad: |100 (ex:ITEM_COLLECTABLE_PURPLE_LOVEBALLS|200 its 37Bytes, you can see on the top right side the bytes) Then in the game just press the money icon on top of the bar, you should get 200xthat item, for more items just change location, get the info and repeat just by editing the bonus reward.
ps: dont edit the location info name/bytes and you much have the correct bytes for the item you want.
ps2: i edited my table and now have 30 editable items on inventory, if you cant add with "get location" i can post.