- 172
- Posts
- 8
- Years
- Seen Sep 6, 2022
I've been asking a lot on here the past few days lol
anyway, I'm trying to make a move tutor that teaches moves in exchange for shards or items in general. How would I go about making that as an event? I already know about move tutors in general by adding the conditional branch
but what do I need to add to have it be in exchange for items?
and I dont just mean a conditional branch before hand that checks if they have a shard first, but something that shows like a list of the moves, as well as different amounts of shards in exchange for certain moves.
so something like
TACKLE 3 Shards
GROWL 2 Shards
etc...
anyway, I'm trying to make a move tutor that teaches moves in exchange for shards or items in general. How would I go about making that as an event? I already know about move tutors in general by adding the conditional branch
Code:
pbMoveTutorChoose(PBMoves::TACKLE)
and I dont just mean a conditional branch before hand that checks if they have a shard first, but something that shows like a list of the moves, as well as different amounts of shards in exchange for certain moves.
so something like
TACKLE 3 Shards
GROWL 2 Shards
etc...