The problem is, I also want to show the lair as a non-interactive background. Is there anyway to call up a screen and then immediately abort, so it's not waiting for me to click on stuff?

Thanks.

Code: Select all
show screen lair_main
show miki_dress
I don't know much about screens, but how about using layers? perhaps something like :Arkfour wrote:Damn, still not QUITE there; my characters don't show up.
This just gives me my lair background, with no character:
Does anybody know what I'm missing? Is there some command to display a character in front of a screen?Code: Select all
show screen lair_main show miki_dress
Code: Select all
show miki_dress onlayer YourLayer with dissolve
Code: Select all
$ config.top_layers = ["YourLayer"]
$ config.clear_layers = ["YourLayer"]Code: Select all
screen int_popup(dir, spot):
if spot == 1:
$ the_spot = 0.15
else:
$ the_spot = 0.23
if dir == "up":
add "int_up.png" xalign 0.0 yalign the_spot
else:
add "int_down.png" xalign 0.0 yalign the_spot
Code: Select all
show screen int_popup("up",1)
"Your intelligence went up!"
hide screen int_popup
Users browsing this forum: Bing [Bot], Google [Bot], Ocelot, zyric