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
The Lost Children
Skybreak v 1.2
The PK Girl
The Euripides Enigma
Magnetic Moon
the virtual human
Lost Coastlines
Starship Quest
 
Latest Forum Posts
The Book of Jax - The Adventures of Alaric Blackmoon # 10
HAPPY BIRTHDAY DazaKiwi
HAPPY BIRTHDAY ralphmerridew
An' anuvver fing....
Why don't my folders stay where I put them?
Results of The 2023 IFDB Awards are in!
Setting nickname / displaying unique text based on character name
Some excellent loot
ADRIFT 5's rendering API?
Getting Adrift 4 to ignore "and"
 
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  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