Posted: Fri Jul 31, 2020 4:50 pm Post subject: New to CE, trying to paste a script to my table
So here's my script:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1337113334</ID>
<Description>"Cracked BundleROE"</Description>
<LastState/>
<Color>400040</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
{$lua}
if not syntaxcheck then
local GoodID = 111
local good = EquipParamGoods:new("crackedROE",GoodID)
good:goodsUseAnim(16)
good:iconId(3)
good:isConsume(0)
good:opmeMenuType(0)
end
[DISABLE]
{$lua}
if not syntaxcheck then
paramUtils:restore("crackedROE")
end
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
I'm getting a "not all code is injectable" when I try and paste it. I'm using CTR +ALT A to open up Auto assembly. if anyone could help it'd be much appreciated.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum