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
InsideADRIFT #41
Magnetic Moon
Yon Astounding Castle! of some sort
Give Me your Lunch Money 2010
The Fortress of Fear
ECTOCOMP 2010
Starship Quest
Skybreak v 1.2
The Screen Savers on Planet X
 
Latest Forum Posts
Hiding direction pointers?
Walk-throughs
Formatting Text & Graphics Displays
Hot IF topics
Compiling for Mac and Android
Happy birthday, Lumin
EctoComp 2025 ready for entries
Happy birthday Myst
HAPPY BIRTHDAY NickyDude
Happy birthday Ardi
 
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