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
Skybreak v 1.2
The Fortress of Fear
Lost Coastlines
the virtual human
Classic Adventure
The Dwarf of Direwood Forest
Starship Quest
The Lost Labyrinth of Lazaitch
The Lost Children
 
Latest Forum Posts
Preventing character property being executed?
ParserComp 2024 site is up
HAPPY BIRTDAY RoozdenScoot!
Copyright limitations?
errors
Search Function Not Working In Windows 11
Forum site error
The Book of Jax - The Adventures of Alaric Blackmoon # 10
HAPPY BIRTHDAY DazaKiwi
HAPPY BIRTHDAY ralphmerridew
 
Latest Reviews
Classic Adventure
Private Eye
Roozden's Color Code Module
Wumpus Hunt
Lost Coastlines
The Lost Labyrinth of Lazaitch
October 31st (Post comp.)
The Euripides Enigma
AI
Hint System Library - Release 1

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