Formatobjectlist - problem with code
insidethecircle
12 Sept 2015, 15:51On an earlier version of quest (v5.2) I had a nice code working that displayed a list of visible objects in they current room.
I've loaded up the same project and it is now throwing up an error running script: error evaluating script
FormatObjectList("You can see", player.parent, "and", ".", true)
Any suggestions?
I've loaded up the same project and it is now throwing up an error running script: error evaluating script
FormatObjectList("You can see", player.parent, "and", ".", true)
Any suggestions?
The Pixie
12 Sept 2015, 18:29I have a feeling the final parameter is no long used. Try:
FormatObjectList("You can see", player.parent, "and", ".")
FormatObjectList("You can see", player.parent, "and", ".")
insidethecircle
12 Sept 2015, 18:57I owe you a drink:)