QSP Help with quest soft player code

OLDBURKEEYE1324

New Member
Feb 15, 2021
3
0
Hey, recently I've started messing around with qsp and qgen. I've found it to be pretty intuitive except for one thing I cant seem to figure out. "$bgpath = example" brings up the specified image for the scene, but how do I make each page of the scene have a different image? I've tried replicating what I see elsewhere in the code, but to no luck. My scene stays on the first image, but the dialog in the scene works.
 

Anonymous88

Member
Jun 26, 2017
159
314
try turning "example" into a variable

Using your example:

" $bgpath = '<<$bgImageChoice>>' "

Then, when you load a new scene, make " $bgImageChoice = 'newExample' "

I don't know if this'll work since I haven't played around with bgpath much, but tinkering with string variables should give you the desired result, if simply overwriting the code that set the path doesn't work.