Back to "b" tags

Set jase_MyInny to avoid restock by Jaseowns

Related: Snippet bard

1# Set jase_MyInny to avoid restock
2if not varexist jase_MyInny or not find jase_MyInny backpack
3    if findtype "bamboo flute|tambourine|drum|lute|lap harp" backpack as inny
4        getlabel inny jase_Desc
5        overhead jase_Desc
6        @setvar jase_MyInny inny
7    endif
8endif
9
10