ich habe fogendes Problem ich fram TP dabei bekomme ich recht viele sachen in dem Rucksack diese will ich verkaufen aber bekomme es
nicht hin

Google übersetzt:
Hi,
I have the following problem I fram TP I get quite a lot of things in the backpack this I want to sell but get it
not out

Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
player:openStore(-npcName,1)
yrest(1000)
for (Gegenstand].recipes) do
repeat
inventory:useItem(Gegenstand)
until inventory:itemTotalCount(Gegenstand) == 0
end
RoMScript("CloseAllWindows()")
</onLoad>