- 21
- Posts
- 12
- Years
- Seen Jul 26, 2012
I was going to but xse is kind of a pain in the butt so I would prefer to stick with pokescript if possible.I believe you switched to XSE, so the above script won't accomplish anything. In XSE, you just need to use this script:
#dynamic 0x800000
#org @start
giveitem ITEM_TM03 0x1 MSG_OBTAIN
end
and give the Item Ball OW a unique person ID.
And just for the record when I put in what you said to put in on XSE I get a mismatch error...
#dynamic 0x800000
#org @start
#giveitem ITEM_TM03 0x1 MSG_OBTAIN
#end Thats what I put and this is the exact error...
"Error 13: Unknown keyword 'giveitem'
Last edited: