how about if i want to change commands in other files..
like ..
item_control
mons_control
pickupitems
and others??
ex
Code: Select all
macro configInicial {
set macro_delay 0.1
do conf autoTalkCont 1
do conf attackAuto 0
do conf lockMap none
do pickupitem all 1 <<<< this one, and to other files..
call Sprakki
}