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
Skybreak v. 1.4
InsideADRIFT #41
Magnetic Moon
Give Me your Lunch Money 2010
The Fortress of Fear
Yon Astounding Castle! of some sort
ECTOCOMP 2010
Skybreak v 1.2
Starship Quest
The Screen Savers on Planet X
 
Latest Forum Posts
Hiding direction pointers?
Walk-throughs
Formatting Text & Graphics Displays
Compiling for Mac and Android
Happy birthday, Lumin
Hot IF topics
EctoComp 2025 ready for entries
Happy birthday Myst
HAPPY BIRTHDAY NickyDude
Happy birthday Ardi
 
Latest Reviews
DRAM 321 Final
Goldilocks is a FOX!
Xanix - Xixon Resurgence
Finn's Big Adventure
Bug Hunt On Menelaus
Magor Investigates...
Classic Adventure
Private Eye
Roozden's Color Code Module
Wumpus Hunt

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
 
Wed 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