-
actions requiring an empty inventory
When I first downloaded DizzyAge I'm sure I read a comment in one of the books about object items having 'weight', but have never seen it commented on in any of the script files. In my first game I really wanted the teleport in the 'the three trials' to only operate when Daisy's inventory was empty, but could never get it to work, so changed the puzzles.
I've recently been playing around with 'if (idx=-1)' as a way of getting a positive action if the inventory was empty when actioning a dynamic brush. It sort of works in that if the player has any items in their inventory the 'nothing happened' comment is displayed, but if the inventory is empty, the positive action only happens after the empty inventory box is displayed, which defeats the object of the puzzle.
Is there a way to 'check the inventory contents' without using -1, or is there some variable that can check the weight of items?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules