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  Restriction string in PlayerMovement task returns "nothing"

Issue Type: Status: Priority: Date Submitted: Votes:
Bug Completed Low Sat 8th Aug 2015 1 vote Vote Up Vote Down
 
Found in version: Last Updated: Completed in version: Date Completed: Track Changes:
5.0.33.1 Thu 29th Oct 2015 5.0.34 Thu 29th Oct 2015 Log In
 
ice_wantedSat 8th Aug 2015 16:58
The following restriction string in the PlayerMovement task returns "Nothing" when the player is in a closed room (without any "open" exits).

There is no route <# IF(%direction% = "up" OR %direction% = "down" OR %direction% = "in" OR %direction% = "out", "", "to the ") #>%LCase[%direction%]%, only %Player%.Location.Exits.List.

This is only a suggestion for a replacement (which I've used):

There is no route <# IF(%direction% = "up" OR %direction% = "down" OR %direction% = "in" OR %direction% = "out", "", "to the ") #>%LCase[%direction%]%<#IF(%Player%.Location.Exits.Count=0,". Maybe a door is closed?",", only "+%Player%.Location.Exits.List+".")#>
 
CampbellThu 29th Oct 2015 21:51
Fixed.
© 2013 Campbell Wild. All rights reserved. | Contact the Webmaster