Im getting syntax errors here. i did my best already >.<

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

cellist0924
Noob
Noob
Posts: 4
Joined: 07 Jun 2012, 15:10
Noob?: Yes

Im getting syntax errors here. i did my best already >.<

#1 Post by cellist0924 »

macro paHealPo {
location geffen
run-once 1
call {
talknpc 113 64 e
}
location not geffen
release paHealPo
}

automacro heal {
hp < 90%
call paHealPo
}
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Im getting syntax errors here. i did my best already >.<

#2 Post by EternalHarvest »

"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.