Here's a very basic script:
Code:
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x6
[B]hidesprite 0x1
setflag 0x200[/B]
release
end
#org @1
= I will disappear!
The
hidesprite line does the actual work of disappearing. (Add fadescreen too, to, you know, make it more beautiful.) You need to set an unused flag too, okay? Remember that. If you don't set a flag, it will disappear, but when you walk, it will appear again. So, REMEMBER, set a flag. After making the script, remember to change the
0x1 to the person's actual
person event #. You can find the person event # in A-map. Let me show you a picture.
See the red circle? That's the person event #. After you've done that, set the flag to the
Person ID. We used 200, right? So, we're gonna write 200 to the Person ID too. Here's a pic.
If you have any further questions, just hit me up whenever :)