Runes of Magic Wiki
Register
Advertisement

Deleats the item at the cursor, if there is one. If you can this item throw away like an item of the bag, it will throw away.

DeleteCursorItem();

Parameters:[ | ]

Arguments:[ | ]

none

Returns:[ | ]

none

Example:[ | ]

If(CursorHasItem())then
   DeleteCursorItem();
end
Advertisement