Dragonmaster91
It's just common sense!
- 220
- Posts
- 17
- Years
- Seen Jul 24, 2010
Look harder. They are there.i found the various pointers don't have parameters
@end has none
@jump has none
You change the movements in the script.Hey, thanks for the scripts! I tried the rock climb script, and it pretty much worked. However, for some reason, it repeats the movements 5 times (for instance, if I wanted it to push me one step down, it does five steps and stops). Is there a way to fix this?
Applymovement @pointer
#org @pointer
#raw 0x(whatever)
#raw 0xFE
You change that part.
Code:
#dynamic 0x800000
#org @1
#raw 0x7C 0x16 0x00
compare 0x800D 0x06
if 0x1 call @end
#raw 0x9D 0x00 0x0D 0x80
message @ha
boxset 5
compare LASTRESULT 0
if 0x1 goto @end
#raw 0x68
#raw 0x9C 0x25 0x00
waitstate
#raw 0x17 0x00 0x80 0x01 0x00
goto @jump
#org @jump
compare 0x8000 0x01
if 0x4 goto @move
release
end
#org @end
release
end
#org @move
applymovement 0xFF @move1
waitmovement 0x0
#raw 0x18 0x00 0x80 0x01 0x00
goto @jump
#org @ha
= It's some climbable rocks!\pWant to use VINE WHIP to\nclimb down them?
[B]#org @move1
#raw 0x1D 0x1D 0x1D 0xFE[/B]
Code:
[B]#org @move1
#raw 0x1D 0xFE[/B]
Last edited: