Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I would like to see how's your script is look like.

Yes, of course, here is the script

vn 1

image 1 /Forvn/1.png

image 2 /Forvn/2.png

image bgbl /Forvn/bgbl.png

bg bgbl 0

show 1 10 10 0

text "Unknown:#1234"

text "Unknown:#567"

hide 1 0

show 2 10 10 0

text "Voice:#789"

text "Voice:#4356"

hide 2 0

player teleport 34 57 0

give weapon 1

map return

Try removing leading slashes in image names

Oddly enough, it helped! I removed the slash and it really helped!
Before that it was:
image 1 /Forvn/1.png
After that: image 1 Forvn/1.png
Thank you very much, now everything really works correctly!

P.S. At first I removed all slashes, but it didn't help, I got desperate and decided to remove only one slash in front of "Forvn" and it was the right decision!