Quote:
Originally Posted by tkim
In Fire Red, I am trying to make a certain sprite disappear after receiving two items from him. I've set the sprite to the flag stated here. I can receive the items and the first message from him just fine. The problem is, he just won't disappear after the fade screen no matter what I tried to do. Here is the script I've last used with no success:
#org $script
lock
faceplayer
message $talk
$talk 1 = \c\h01\h08I've got!\pTWO tickets to paradise!
boxset 6
giveitem 0x172 0x01
giveitem 0x173 0x01
setflag 0x84A
setflag 0x84B
fadescreen 1
removesprite 1
setflag 0x1200
pause 0x10
fadescreen 0
message $talk1
$talk1 1 = \c\h01\h02The man disappeared!
boxset 6
release
end
I'd also want that last message "The man disappeared!" after the sprite disappears..
|
Are you sure the person's event number is 1?
Make sure that after removesprite you put the number that matches that box, and that the Person ID is 1200 (although I'd recommend using a smaller flag; one that high is not necessary).
Using XSE might also help make scripting easier.