- 1,103
- Posts
- 17
- Years
- Melbourne, Australia
- Seen Oct 12, 2010
This script is a real pain. It's hard to change unless you know stuff involving level scripts.Im not good at scripting in fact im terrible and even if i could scrit i dont know where to put it
But here's the easy way to get rid of her. Make an earlier script somewhere in the house, that will...
"setflag 0x200"
It might just be this for pokescript
Spoiler:
Code:
#org $start
checkflag 0x200
if b_true goto $done
setflag 0x200
release
end
#org $done
release
end
Spoiler:
Code:
#org 0x800000
checkflag 0x200
if 0x1 goto 0x800010
setflag 0x200
release
end
#org 0x800010
release
end
And then add change the girls people id to 0200.
Tada, the girl is removed.