Im having problems selling potions : main npc:
npc code :
Items arnt showing up when i click buy...
/Stan
Code:
[@task3]
#SAY
#INCLUDE [..\Convert_Def\Market_Def\00Sunnies-0.txt] @NPC_Main_0_0
<[Exit]/@exit>\
[@buy]
#SAY
#INCLUDE [..\Convert_Def\Market_Def\00Sunnies-0.txt] @NPC_Buy
[Goods]
;ItemName Volume Hour
SunPotion 2000 1
SunPotion(M) 2000 1
OldGinseng 2000 1
npc code :
Code:
[@NPC_Main_0_0]
{
Welcome to my drug stall\ \
<[EMAIL="Buy/@buy"]Buy/@buy[/EMAIL]> potion\
<[EMAIL="Cancel/@exit"]Cancel/@exit[/EMAIL]>
}
[@NPC_Buy]
{
Please select what potion you want to buy.\ \
<[EMAIL="Back/@main"]Back/@main[/EMAIL]>
}
[Goods]
;ItemName Volume Hour
SunPotion 1000 1
SunPotion(M) 1000 1
OldGinseng 1000 1
Items arnt showing up when i click buy...
/Stan
