Is this what you guys mean? i tried and nothing changed, my player still didn't face the aid.
#ORG $begin
checkflag 0x200
if B_true goto $done
applymovement 0x01 $aidwalk1
pausemove 0
message $aidtalk
boxset 6
giveitem 0xD 1
setflag 0x200
release
end
#org $done
release
end
#org $aidwalk1
$aidwalk1 1 ; #binary 0x13 0x13 0x13 0xFE
#org $aidtalk
$aidtalk 1 = Oh, hello \v\h01.\pHere, take this potion!
#org $randomname
applymovement 0xFF $randomname
$randomname 1 ; #binary 0x01
Sorry that i'm being such a hastle, I'm just totally started learning.
Edit: I tried making another script as a test and failed, it doesn't even activate.
Here is the script:
#ORG $begin
checkflag 0x200
if B_true goto $done
applymovement 0x01 $testwalk1
pausemove 0
message $test
boxset 6
giveitem 0x1 1
setflag 0x200
release
end
#org $done
release
end
#org $testwalk1
$testwalk1 1 ; #binary 0x65 0x01 0x01 0x01 0x03
#org $test
$test 1 = Oh, hello \v\h01.\pHere, take this masterball.
What i wanted was for the person in the bottom left hand corner to first show !! and then go up 3 and right 1
Then he is supposed to give me a master ball.
This is what it looks like (Can you also tell me what script i'm supposed to give teh guy when i don't step on the green script space?)