Why doesSimba Code:MouseItem(CrayPattern[I], false);
Give me a type mismatch?
Why doesSimba Code:MouseItem(CrayPattern[I], false);
Give me a type mismatch?
Does it work when you set it to true or anything else? Also trySimba Code:MouseItem(CrayPattern[I], 0);
If replacing it with 0 doesn't compile then your CrayPattern array might be the issue. Are you trying to get it to drop them? If so look at the DropItem-DropAllExcept in Inventory.Simba and mod that so then you could use a line like
Simba Code:if (InvFull) then
DropAllCray;
Simba Code:MouseItem(CrayPattern[I], mouse_left)
All mouse functions uses these integers: (Atleast I think...)
mouse_left
mouse_right
mouse_move
So replace the true/false to one of those.
Rusting away
The mouse_right and left worked! thanks to all for help
There are currently 1 users browsing this thread. (0 members and 1 guests)