Exits error in 5.4

guzmere
16 Apr 2013, 12:25Hi all hope you are ok on this dry day. I have decided to come out of the dinosaur age and upgrade to 5.4. Most is working ok but I keep getting this error [Error running script: Error evaluating expression 'result + GetDisplayNameLink(item, "exit", item.displayverbs)': Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index] on every location. I have uploaded the game for hopefully, someone to have a look at (please). Thanking you Terry
Happy adventuring 



Pertex
16 Apr 2013, 12:38You have imported core functions into your game (ShowRoomDescription, FormatExitList,...) so I think these core functions have changed in Q5.4 and now you must update them in your game.

guzmere
16 Apr 2013, 14:24Ok thanks for looking I'll look into it Terry

guzmere
16 Apr 2013, 15:53Pertex thanks again I looked into it and deleted the [Format Exit List] from the 5.4 version and all works again many thanks Terry.