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.2
The Fortress of Fear
Starship Quest
Skybreak v. 1.4
the virtual human
Galen's Quest
Xanix - Xixon Resurgence
Steve Van Helsing: Process Server
The Book Of Jax
Bug Hunt On Menelaus
 
Latest Forum Posts
Task restriction question
Seawall or sea wall?
Default task message
Combi-Lib - an improved standard library
Uploading a new version of your game
Adding Keys to Expressions
Happy birthday RoozdenScoot!
Re: Galen's Quest
IntroComp, why not?
POINTS
 
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  User functions only work once per text box

Issue Type: Status: Priority: Date Submitted: Votes:
Bug Completed Medium Fri 27th Dec 2013 2 votes Vote Up Vote Down
 
Found in version: Last Updated: Completed in version: Date Completed: Track Changes:
5.0.31.4 Thu 31st Jul 2014 5.0.32 Thu 31st Jul 2014 Log In
 
saabieFri 27th Dec 2013 13:20
If the same user function is used more than once in the same text box then, even though it has different parameters and different results each time, every instance will print the same result.
eg. if the text box contains:
%Dollar[555]% %Dollar[707]% %Dollar[2]%
and "Dollar" is a user function that simply formats the value as dollars and cents, the output will be:
$5.55 $5.55 $5.55
This also occurs if the function calls are in different alternate restrictions, but not if they are in different tasks.

Workaround: If you duplicate the function and use a different copy each time, eg:
%Dollar1[555]% %Dollar2[707]% %Dollar3[2]%
then you get the expected output.
 
campbellThu 31st Jul 2014 21:59
Fixed.
© 2013 Campbell Wild. All rights reserved. | Contact the Webmaster