ChoiceScript Problems

In the same browser that you inspect your own game with, type or paste the following on the address line:

https://www.choiceofgames.com/user-contributed/sabres-of-infinity/

Then press the enter key. Do you see the large image that comes up right after the buttons and before the intro text for this demo?

yes i see a picture of a man

What browser are you using to test your game?

Do you have the files uploaded to dropbox? If so can you link the image to us, as well as the file you’re trying to show the image on?

Im using firefox
Ill put a dropbox link of the image asap
What do you mean with “file”? Like mygame folder

Hmmm… @FairyGodfeather’s suggestion is a good one. I don’t think Firefox would be causing the problem, however. I’m sure that it’ll be fixed once we can see the files on Dropbox :slight_smile:

But do you mean i should put a link to the entire web folder

OMG I FOUND IT
the name of the picture was actually worldmap.jpg.jpeg :l im happy and angry at the same time now

See small details like reread the file name makes the difference I got similar problems when I was starting Cs so cheers

just like *line_brake :stuck_out_tongue:

i have yet another question :3 yay

is it possible to only let music play like in the intro screen and maby at the end of the game and that in the game itself it wotn play or different music will play???
if this is possible it would be really awesome

Oh and also is it possible that the music will play out of itself

I believe that ChoiceScript doesn’t have any specific commands to do that, but JavaScript may (note that this isn’t a JavaScript-dedicated forum).

Well im not a expert i only know how make song repit in loop or sound just once. My recommendation is forget about music, its not supported by Cs so you have to drop it to published or you have to pay for legal rights or create your own. first learn to code then think in music.

well i already have music but i think it will just stay the way it is then :slight_smile:

To stop music:
*script audioElement.stop()

To start music:
*script audioElement.play()

audioElement is a reference to your

Yay thanks @CJW, the coding master

are you able to change the colour of the text

in file style.css below family font ej.
color: black;

yay thanks

I am back again here and I know this was asked a lot of times on the forum but I do not like searching.
But what is a easy way of creating a inventory system?