--[[ here you can upload images, I recommend using from the number 40000 --]] BridgeFunctionAttach('MainLoader','LoadImages') function LoadImages() LoadBitmap("Custom\\ScriptImages\\bg500.tga", 40000) LoadBitmap("Custom\\ScriptImages\\boss_life_frame.tga", 40010) Console(2,"[LoadImages] Load lua images sucefully") end