Quote:
Originally Posted by chrisdurer
ok well now the guy moves and hides untill i leave and come back. then hes there again. how do i fix that?
|
You have to put a setflag in your script, and then assign that setflag to the Person ID.
For example:
Code:
...
if 0x1 goto @end
setflag 0x1000
release
...
And then, in A-Map:
Code:
...
Script Offset: $800000
Person ID: 1000
Unknown: 00 00
...
Don't pay attention to whatever else I typed in the "script" besides the bold, I just made that up in my head. ^^
Sorry 'bout the double post, but does anyone know if you can use a fadescreen, then warp, and undo the fadescreen w/o revealing the screen at all?
I tried, but it faded the screen, showed it before it warped, and faded once more, where it was supposed to warp. I really would like to know if it's possible.
Thankies much ^^