Quote:
Originally Posted by angelkof
I've been trying to give a player a simple item, but it always come back, idk why.
this is the script I use:
#dynamic 0x800000
#org @main
giveitem 0x22 0x1 MSG_FIND
end
And after compiling I get it look like this:
'---------------
#org 0x29111C
giveitem 0x22 0x1 MSG_FIND
end
|
If this is a script for an item that you pick from the ground, a flag has to be set corresponding to the Event ID.