Hacks0rus
Monster Raving Looney
- 24
- Posts
- 13
- Years
- Seen Nov 9, 2012
help needed
Hello all, Having a bit of trouble getting item scripts to work. These are items that the player will find in the pokeballs across the map like in the normal games.
However, I cannot seem to get the item to disappear after finding it.
my script (using advance map and xse):
#dynamic 0x(offset)
#org @start
giveitem 0x4 0x1 0x1
end
This is what I saw in a scripting tutorial. I also tried setflag on the person ID, but the item came back when I left and re-entered the route. Any help would be much appreciated.
Hello all, Having a bit of trouble getting item scripts to work. These are items that the player will find in the pokeballs across the map like in the normal games.
However, I cannot seem to get the item to disappear after finding it.
my script (using advance map and xse):
#dynamic 0x(offset)
#org @start
giveitem 0x4 0x1 0x1
end
This is what I saw in a scripting tutorial. I also tried setflag on the person ID, but the item came back when I left and re-entered the route. Any help would be much appreciated.