Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Take the attached money from the mailbox message at index.

TakeInboxMoney(index)

Arguments[]

index
number - a number representing a message in the inbox

Example[]

for i=GetInboxNumItems(), 1, -1 do 
  TakeInboxMoney(i); -- BUG IN CHINA GAME. if number > 1, takeInboxMoney(N) = InboxMoney(1);
end;
Advertisement