Right what im trying to do is lower the first pokemon (or all if possible) by a bit every 40 sec or so and I don't mean
Because it just sets the pokemons health to 20.
Idealy I want this to be a parrel procces event on a map.
I know how I want my event set up I just need to know how to lower a pokemons hp by a bit.
And if its any context im useing the latest version of essentials.
Code:
poke=pbFirstAblePokemon(1)
poke.hp=20
Idealy I want this to be a parrel procces event on a map.
I know how I want my event set up I just need to know how to lower a pokemons hp by a bit.
And if its any context im useing the latest version of essentials.