ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.15k stars 2.21k forks source link

how to put warnings on a mod #5971

Closed fox-64 closed 2 years ago

fox-64 commented 2 years ago

Describe your problem here.

i want to put warning on the mod, but idk how to do that =(

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

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

No response

machonessiebaby commented 2 years ago

idk how to do this but my fnf mod when i was making it randomly showed warning flashing lights out of nowhere i think you have to use an event i have no idea how to code that into lua tho

trippinreal commented 2 years ago

Assuming it’s done in Lua, I’m not sure you’ll be able to program it into the menu, however you could add it to introText.txt, or making a ‘cutscene’ at the beginning of your song.

fox-64 commented 2 years ago

Assuming it’s done in Lua, I’m not sure you’ll be able to program it into the menu, however you could add it to introText.txt, or making a ‘cutscene’ at the beginning of your song.

Ok, thanks