JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Overwriting slots not handled properly #52

Closed JSearUK closed 2 years ago

JSearUK commented 2 years ago

A logic error in the slot button's default action list means that:

Solution: Handle overwriting manually, via 'AwaitUserInput()', 'slotdetails' and 'targetaction' ("overwriteslot"). Handle Confirm manually, using _return. Handle Playthrough promotion, too

JSearUK commented 2 years ago

Fixed by 88f65fbe8eec2c25a7fd8349b203d8000b68e3ae

Successfully solved using only an action list :)