iudicium105
07-28-2015, 02:33 PM
Bug Report
Operating System:
Windows 7 x64
Short Description:
SellFlasks function bug?
Behaviors:
Feature error
Indepth Description:
I tried using the new sell flasks function, this is broken as well. It sold 200 then stopped. When I tried again it sold 100 then stopped.
here's what I've been using and will continue to use...
Self.SayToNpc({"hi","flask"},65)
i = 0
repeat
Self.SayToNpc({"yes"},65)
i = i + 1
until Self.Flasks() == 0 or i == 30
Operating System:
Windows 7 x64
Short Description:
SellFlasks function bug?
Behaviors:
Feature error
Indepth Description:
I tried using the new sell flasks function, this is broken as well. It sold 200 then stopped. When I tried again it sold 100 then stopped.
here's what I've been using and will continue to use...
Self.SayToNpc({"hi","flask"},65)
i = 0
repeat
Self.SayToNpc({"yes"},65)
i = i + 1
until Self.Flasks() == 0 or i == 30