macro paHealPo {
location geffen
run-once 1
call {
talknpc 113 64 e
}
location not geffen
release paHealPo
}
automacro heal {
hp < 90%
call paHealPo
}
Im getting syntax errors here. i did my best already >.<
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 07 Jun 2012, 15:10
- Noob?: Yes
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Im getting syntax errors here. i did my best already >.<
"location", "run-once" and "call {}" aren't macro instructions. Even if it was an automacro, "location geffen" + "location not geffen" doesn't make any sense.