Add Item Mes

Signature

int additemmes(int content, int count); //id:0x0480

Description

Does the same as the Add Item 47F function, but with the following differences:

  • Instead of a combat log, a dialog window will be displayed.

  • The execution of the following functions is stopped until the window is closed by the player.

Notes

If the user control isn't disabled with the Uc Off function, the dialog window cannot be properly interacted with which can then cause a soft-lock.

Last updated