Internal Help

Started by Ally 🌠, October 18, 2015, 06:54:18 PM

Previous topic - Next topic

Ally 🌠

Internal Help is a tutorial level for people who don't know how to internal script.
INCLUDES:

  • The best exit ever! When you finish the tutorial it does fadeout() and everyone knows when you press escape when fadeout() is active, it puts you on the title screen!
  • Examples
  • Step by step tutorial
  • And more...






Down below is the download.

Ally 🌠

Anyone have feedback at all?

Did I really just bump this

QwertymanO07

#2

  • The say(-1) method sucks, so there's no point in teaching it.
  • I think you should've had it fadout, then gotoroom on top of a rescuable crewmate, then befadein.
  • EDIT: And yes, you really did just bump this

moth ✨

Quote from: QwertymanO07 on April 01, 2016, 12:35:44 AM
The say(-1) method sucks, so there's no point in teaching it.
What the fuck? Don't you mean the A)Say method?

QwertymanO07

I have never heard of that before.

moth ✨

The A)Say method is an obsolete method that only allowed you to use one command at a time. The say(-1) method is for internal scripts with cutscene bars, and the other method is for without.

Ally 🌠

No he means the say(-1) method just sucks.
When it's executed, it plays a terminal sound.
It's easy to prevent this, though.
New script:
iftrinkets(0,notermsound)

Next script
say(5)
cutscene()
untilbars()
endcutscene()
untilbars()
loadscript(stop)
text(1,0,0,4)


And that makes no sound effect played

allison

Yeah, there's not really any need to use the old say(-1) method unless you absolutely have to cut down on number of scripts.

moth ✨

oh alright

so I actually have to put cutscene bars manually now
fun fun fun

Vultarix

fun fun fun in the sun sun sun

You can always use the say(1) method if your first text is a terminal or you need a terminal sound and cutscene bars.

Ally 🌠

squeak(player)
text(gray,0,0,1)
This is text box one.
backgroundtext
speak_active
text(gray,0,50,1)
This is text box two!
backgroundtext
speak
text(gray,0,100,1)
They will appear all at once!
speak
endtext

From Dav999