Unrivaledneo
Member
I can not find the right FAQ or help doc to answer my question so just thought i post them here.
1st question
I know how to define a soundeffect to a certain"command" but how do i define animations
EX
When i use playse it will play the yawn SE what is the other command like for animations.
2nd Question
What is the command for seeing is a player is in the party
for examle i wanna check if player 1 is in the party if so i want him to call this sound effect.
1st question
I know how to define a soundeffect to a certain"command" but how do i define animations
EX
Code:
def playse
Audio.se_play("Audio/SE/yawn", 80, 100)
end
When i use playse it will play the yawn SE what is the other command like for animations.
2nd Question
What is the command for seeing is a player is in the party
for examle i wanna check if player 1 is in the party if so i want him to call this sound effect.