Buizz / EUD-Editor-3

StarCraft:Remaster UMS Make Tool
MIT License
37 stars 12 forks source link

@SCABan() 작동 오류 #123

Closed Tb1281 closed 2 months ago

Tb1281 commented 2 months ago

function SCABan(BanType) preDefine("import TriggerEditor.SCALuaWrapper as scalua;") beforeText("scalua.Exec();")

bancode = {
    ["OnlyBan"] = 0,
    ["BanWithExit"] = 1
}
echo("scalua.scaBan(" .. bancode[BanType] .. ")")

end

처럼 "+" 대신 ".."를 써야지 정상 작동됩니다.

Buizz commented 2 months ago

수정했습니다.