Create your own Interactive Fiction

ADRIFT - Interactive Fiction  
Home   |   News ADRIFT News RSS   |   Screenshots   |   Download   |   Games ADRIFT Reviews RSS   |   Forum   |   Help   |   Links
Welcome Guest Register | Login
Popular Games
The Axe of Kolt
Skybreak v. 1.4
Skybreak v 1.2
The Fortress of Fear
Lost Coastlines
Trick or Treat
Magnetic Moon
All Hallows Eve
Ectocomp 2011 Compilation
Adventures of Thumper - Wonder Wombat
 
Latest Forum Posts
Simplifying my game
Items and Conditional descriptions in Room description
D-Day
Teleporter that sends player to specific room based on a setting
Character swapping and Combi-Lib
Embedding Adrift 4 online play on itch.io
Viewer and command control
Just Another Christmas Day - ADRIFT 5 game
HAPPY BIRTHDAY Daza
How to output full array variable?
 
Latest Reviews
Wumpus Hunt
Lost Coastlines
The Lost Labyrinth of Lazaitch
October 31st (Post comp.)
The Euripides Enigma
AI
Hint System Library - Release 1
The Dead of Winter
The Odd Competition
Grandpa's Ranch - Play Online Version

Make a donation

Cursor  PutObjectsInsideOthers - restriction error

Issue Type: Status: Priority: Date Submitted: Votes:
Bug Completed Low Wed 24th Jun 2015 10 votes Vote Up Vote Down
 
Found in version: Last Updated: Completed in version: Date Completed: Track Changes:
5.0.33.1 Fri 13th Apr 2018 5.0.36 Fri 13th Apr 2018 Log In
 
ice_wantedWed 24th Jun 2015 19:20
There seems to be an error with 2 restrictions in the default task "put objects in others". Try changing %object%.size to %objects%.size in the two following restrictions:
1) Property '... and the container can hold' for Reference Object2 must be >= '%object%.size'
2) Property '...and the container can hold' for Reference Object2 must be >= '%object2%.Contents.Size.Sum+%object%.size'
 
ElliotMThu 10th Dec 2015 00:02
Most will not see this error until they start working with size restrictions on containers. ice_wanted's changes cause the bad expression warnings to go away. Here is a thread discussing this error: http://forum.adrift.co/viewtopic.php?f=14&t=11336
 
ElliotMTue 29th Dec 2015 02:44
Another thread identified this bug as well: http://forum.adrift.co/viewtopic.php?f=14&t=11360
 
saabieMon 23rd Jan 2017 04:49
Both of these need the .Sum function on the end as well, or they wont work correctly.

'... and the container can hold' for Reference Object2 must be >= '%objects%.Size.Sum'

'...and the container can hold' for Reference Object2 must be >= '%object2%.Contents.Size.Sum+%objects%.Size.Sum'
 
DenkSat 25th Feb 2017 13:33
It is also necessary to change the restriction text of these two restrictions: In "%object%.Name is too big to fit inside %object2%.Name." change %object% to %objects%. The same goes for:"%object%.Name can't fit inside %object2%.Name at the moment." also here, %object% must be replaced with %objects%.
 
CampbellFri 13th Apr 2018 19:00
Fixed in library.
© 2013 Campbell Wild. All rights reserved. | Contact the Webmaster