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
The Fortress of Fear
Starship Quest
The Axe of Kolt
The PK Girl
Skybreak v 1.2
Steve Van Helsing: Process Server
The Dwarf of Direwood Forest
Marika the Offering
The Lost Labyrinth of Lazaitch
 
Latest Forum Posts
Race against Time (RaT)
Comp for already released short 2023 games
HAPPY BIRTHDAY P/o Prune!
David W's works in progress
Really out there project needs some guidance
IF Comp 2023
HAPPY BIRTHDAY Andrew F & Denk
Status of ADRIFT 5 online player and other platforms
SeedComp 2023/2024
Has anyone else gotten an error when installing ADRIFT 5?
 
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