ScizorBlade
Sup Dogg
- 39
- Posts
- 5
- Years
- One Island
- Seen Aug 24, 2020
Hello. The Script i am posting is Darthatron's B/W Repel System Script which won't work.
It says 'Type mismatch on line 7 missing #define'
What's wrong?
Code:
#org @Main
lock
checkitem 0x800E 1
compare 0x800d 0x1
if b_>= goto @ThereAreMore
msgbox @RepelExpired 0x3
release
end
#org @ThereAreMore
msgbox @UseAnother 0x5
closeonkeypress
compare 0x800d 0x1
if b_true goto @CallASM
end
#org @CallASM
callasm 0x081BFB69
end
#org @RepelExpired
= Repel's effect wore off.
#org @UseAnother
= Repel's effect wore off...\nUse another?
It says 'Type mismatch on line 7 missing #define'
What's wrong?