Quote:
Originally Posted by pokEfan Rajat
Thanks! But can you tell me how to bring the screen back to centre
|
Just do another movement of 0x7F to do the exact opposite movements. So if you moved the camera down two steps and left five steps, move it two steps up and five steps right to get back to where you were.
Something like:
special 0x113
applymovement 0x7F @move
waitmovement 0x0
// script goes here
applymovement 0x7F @moveback
waitmovement 0x0
special 0x114