Couple of things I'd like to know how to add to my level.
#1 starwars scrolling text
I see some level packs that have taken the scrolling star wars text (that text that appears at the beginning of every starwars movie) and added to the start up of the level.
How do you do this? I'd like to use that as an intro before I level starts for each of my levels.
#2 Sector text
How would I go about making a cog that prints text in the command console such as "You have entered the power core" or "You have left the power core"
Something along the lines of
Enter sector <sector number here>
Exit sector <sector number here>
Enter sector text <enter sector text here>
Leave sector text <leave sector text here>
I'd like to just be able to type the sectors and text as a variable rather than making a separate cog for each important room.
#1 starwars scrolling text
I see some level packs that have taken the scrolling star wars text (that text that appears at the beginning of every starwars movie) and added to the start up of the level.
How do you do this? I'd like to use that as an intro before I level starts for each of my levels.
#2 Sector text
How would I go about making a cog that prints text in the command console such as "You have entered the power core" or "You have left the power core"
Something along the lines of
Enter sector <sector number here>
Exit sector <sector number here>
Enter sector text <enter sector text here>
Leave sector text <leave sector text here>
I'd like to just be able to type the sectors and text as a variable rather than making a separate cog for each important room.