- Joined
- Mar 8, 2017
- Messages
- 118
- Reaction score
- 3
- First Language
- Russian
- Primarily Uses
- RMVXA
You're walking on the overworld, a state expires and you get a message "Dudeguy stopped bleeding!"
How do I remove those?
How do I remove those?
class Game_Actor < Game_Battler
def show_added_states
# Removed!
end
def show_removed_states
# Removed!
end
end
Can't you just do an event touch on the bats to force the player to move?I need help with falling effects. I DL the Victor Engine - Moving Platform script. Here is the link. https://victorenginescripts.wordpress.com/rpg-maker-vx-ace/moving-platform/ What I want to do is have flying creatures knock a character off a ledge if they run into it or vice versa. So I'd like to know what event command on the creatures to make this work. I've added a png to show you what I'm going for. Thanks.