Relic Castle

Hello. I'm using essentials v.17.2 and I want an NPC to be able to call the players Pokemon nickname.
I tried \v[3] in a show text and it didn't work, it shows just a 0. and I also tried \v[2] and it shows a 0 too, instead of the nickname of a pokemon.
please help me I don't know why it isn't working. I'm using Following Pokemon script from Mej, Marin's DP Pause Menu. Heart Symbol. Klein Studio Gras animation, Gender Selection Script and Marins Script Utilities.

Edit: thanks poq. I made a new script before the "show text" \v[3] and paste this code inside the script:

Code:
poke=$Trainer.party[0]
pbSet(3,poke.name)

then I play test and it works!
Top