Function problem
Posted: Mon Oct 31, 2022 2:08 pm
HI!
I can't make a function that changes some variables when called in label
Tried to do different things
But it's not working
I can't make a function that changes some variables when called in label
Tried to do different things
But it's not working
Code: Select all
init python:
def sakura_mood(a, b, c, d):
sakura_eyes = a
sakura_eyebrows = b
sakura_pupils = c
sakura_mouth = d
label start:
"..."
$sakura_mood(1, 2, 4, 1)