Code: Select all
init python:
def test_func():
return "something"
## However your function or class is set up.
Code: Select all
text "{}".format(Ava_stats.affeection())
Code: Select all
init python:
def test_func():
return "something"
## However your function or class is set up.
Code: Select all
text "{}".format(Ava_stats.affeection())
Code: Select all
action If(time <= 3, SetVariable("time", time + 1), Jump("sallybed"))