I'm pretty sure I have encoded it in UTF-8 without BOM format.
Any help would be appreciated. Thank you!


Moderator: Moderators
Code: Select all
macro foo {
if ($.zeny > 0) {
log Rich
}
}
This is the version of OpenKore or Macro Plugin?xaphyre wrote:I'm using revision 8545.
Code: Select all
macro foo {
if ($.zeny > 0) {
log More 0z
} else {
log 0z!
}
}
maybe that problem causing by BOM ??xaphyre wrote:I'm using revision 8545.
However, I still have the same problem.
This is what happens when I load my macro.