- 6
- Posts
- 150
- Days
- Seen Feb 18, 2025
Hi everyone, I'm new to this whole scripting thing, so I'll really appreciate some help.
Tl;dr I'm trying to set up and even where the player needs to give 3 blue shards to an npc to progress on floors, but I keep getting syntax errors. Im not really understanding the wiki.
$PokemonBag.pbQuantity(pbItems::BLUESHARD)>=3
@>Script: $PokemonBag.pbDeleteItem
(PBItems::BLUESHARD,3)
@>Script: Kernel.pbReceiveItem
(PBItems::REDSHARD,10)
Tl;dr I'm trying to set up and even where the player needs to give 3 blue shards to an npc to progress on floors, but I keep getting syntax errors. Im not really understanding the wiki.
$PokemonBag.pbQuantity(pbItems::BLUESHARD)>=3
@>Script: $PokemonBag.pbDeleteItem
(PBItems::BLUESHARD,3)
@>Script: Kernel.pbReceiveItem
(PBItems::REDSHARD,10)