RATDOG/_module/nss/credroll.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

11 lines
317 B
Plaintext

// Example 1 - Ends the game using the Ending movie
// "Ending.bik" found under the "movies" directory.
// yes placing this in a module's OnModuleLoad (found
// under "Edit > Module Properties" on the Aurora Toolset)
// does indeed cause the movie to play when the module
// loads
void main()
{
EndGame("Credits");
}