- 21
- Posts
- 4
- Years
- Seen Dec 29, 2020
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
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