Execute

« Back to Glossary Index

As in, to execute code. This just means to “run” the code, such that you see the associated line of dialogue, display an image, etc. Code executes sequentially, which means that it will play out in the order it’s written (aka things located earlier in a file get run before things located later) unless you use things like conditionals or jumps to change the order or skip certain lines.

Synonyms:
run
« Back to Glossary Index