OpenKore / openkore

A free/open source client and automation tool for Ragnarok Online
http://openkore.com
Other
1.28k stars 1.04k forks source link

EventMacro: @.param not found #2576

Closed Glikadin closed 5 years ago

Glikadin commented 5 years ago

eventMacro code:

macro Test {
 log Parameter 1 is $.param[0]
 log Parameter 2 is $.param[1]
}

I write in console: eventMacro Test --testparam and get:

 Parameter 1 is
 Parameter 1 is

$.param[0] and $.param[1] is empty T__T

Fadreus commented 5 years ago

Space after --

image

Glikadin commented 5 years ago

ooops Not Working: eventMacro Test --testparam Working: eventMacro Test -- testparam Oh, sorry for spam, good luck!

Nipodemos commented 5 years ago

you can also do not put these -- at all, just a normal space


eventMacro foo arg1 arg2