User talk:Elot

From OHRRPGCE-Wiki
Jump to navigation Jump to search

So I'm new to this and I'm trying to use "Show backdrop" in a script but I get an error saying "found hardcoded function" I need help.

TMC (talk): Oops, took me a couple days to notice this! If you want answers faster, try Discord or SlimeSalad.

You only posted a small part of the complete error message, so it's not clear what you're doing, but it appears you put "show backdrop" in the wrong place. Maybe you tried to use "show backdrop" outside of a script? It should be inside a script, something like this:

plotscript, introduction, begin
  show backdrop (1)
  wait for key (any key)
  show backdrop (2)
  wait for key (any key)
  show map
end

(You can do the same thing as this script with two blank textboxes set to show backdrops)

Invisible hero?#[edit]

Is there a way to make the hero invisible in a script?

TMC (talk): I see you got your question answered in Discord already. Just a small note: using set hero picture will persist in saved games, while the effect of set slice visible isn't saved.