DuskieWhy / NightmareVision

60 stars 28 forks source link

Cant import #8

Open bambamlolol opened 4 months ago

bambamlolol commented 4 months ago

Describe your problem here.

So im trying to import and i get an error image image

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No response

riconuts commented 4 months ago

this engine uses regular hscript which doesn't support imports, you can call the importClass function though. importClass("flixel.util.FlxStringUtil");