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
Marika the Offering
All Through the Night
The Fortress of Fear
Skybreak v 1.2
Steve Van Helsing: Process Server
Galen's Quest
The Book Of Jax
the virtual human
The Axe of Kolt
 
Latest Forum Posts
Happy birthday RoozdenScoot!
Re: Galen's Quest
IntroComp, why not?
POINTS
Happy birthday Lyricasylum
Galen's Quest
Dominion of Darkness - interactive story of the Dark Lord/Lady
Crazy times
Location Groups
taking ONE RANDOM item from the player
 
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  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