Joined: 09 May 2003 Posts: 25859 Location: The netherlands
Posted: Thu May 09, 2019 11:56 am Post subject:
same, but then use some more code to get the luascript form
Code:
if LuaScriptForm==nil then
for i=1,getFormCount()-1 do
local f=getForm(i)
if f.ClassName=='TfrmAutoInject' then
if f.ScriptMode=='smLua' then
LuaScriptForm=f
end
end
end
end
if LuaScriptForm then
LuaScriptForm.assemblescreen.HighLighter.StringAttri.Foreground='0x00ff00'
end
and then just change any attribute you like _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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