Code: Select all
screen mapscreen: #<-- here
add "images/map.png"
imagebutton auto "images/map.png" action Return()
Code: Select all
screen mapscreen: #<-- here
add "images/map.png"
imagebutton auto "images/map.png" action Return()
Code: Select all
Show("say", who=" ", what="Now I'll be able to open the door")
Code: Select all
on hide:
linear .5 yalign -0.1 alpha 0.0
Code: Select all
text "{}".format(x.description)
Code: Select all
"Roulette spining"
python:
import random
rlt_drop = random.randint(0, 37)
"It's a [rlt_drop]"