Problem With Making A Tutorial Level.

Cheeseboi!

just kinda here.
I'm Trying To Make A Tutorial Level For Cheeseboi And I Have Finished Making The Dialogue.
However, When I Load The Mod, SRB2 Says:
WARNING: Line 54: Unknown word: PAGE
WARNING: Line 55: Unknown word: METAPAGE
WARNING: Line 56: Unknown word: ICON
WARNING: Line 57: Unknown word: TIMETONEXT
WARNING: Line 58: Unknown word: PAGETEXT
WARNING: Line 159: Unknown word: PAGE
WARNING: Line 160: Unknown word: METAPAGE
WARNING: Line 161: Unknown word: ICON
WARNING: Line 162: Unknown word: TIMETONEXT
WARNING: Line 163: Unknown word: PAGETEXT

Here's The SOC btw
Tutorial SOC Code:
MAINCFG
TutorialMap = CB

# Tutorial

Level CB
Levelname = Cheeseboi's Tutorial!
LevelSelect = 1
Act = 0
Music = TUTORL
NextLevel = 1
TypeOfLevel = Singleplayer
HideInStats = true
SkyNum = 99
SelectHeading = Cheeseboi's Tutorial!
ForceCharacter = cheeseboi

# Pre-text
PROMPT 251
NumPages 6
PAGE 1
Tag = CHEESEBOI1
Name = Cheeseboi
TimeToNext = 0
Icon = CBHAP
IconAlign = Left
Lines = 4
PageText = Yo! What's good!
#
PAGE 2
MetaPage = 1
Icon = CBSMUG
TimeToNext = 0
PageText = You're clearly clueless on how to play a character as GREAT as me, right?
#
PAGE 3
MetaPage = 1
Icon = CBYEAH
TimeToNext = 0
PageText = Welp, let's get on with it then!
#
PAGE 4
MetaPage = 1
Icon = CBHAP
TimeToNext = 0
PageText = First things first. I'm light. Like a balloon. Because of this, i can jump. Infinitely.
#
PAGE 5
MetaPage = 1
Icon = CBBRUH
TimeToNext = 0
PageText = For some odd reason.
#

PAGE 6
MetaPage = 1
Icon = CBHAP
TimeToNext = 0
PageText = The "Infinite Jump" is easy-shmeezy. Double Jump. However, the height of the next jump depends on how far ya fell.
#

# Failure
PROMPT 252
NumPages 2
PAGE 1
Tag = CHEESEFAIL1
Name = Cheeseboi
Icon = CBWHA
IconAlign = Left
Lines = 4
PageText = WHAAAAA?!
        #
PAGE 2
MetaPage = 1
Icon = CBANNOY
PageText = Jeez, not cool. Ya knocked my hat off. Anyway, let's try that again.
        #

# Post-text
PROMPT 253
NumPages 1
PAGE 1
Tag = CHEESEWIN1
Name = Cheeseboi
TimeToNext = 0
Icon = CBJOY
IconAlign = Left
Lines = 4
PageText = That Was Easy, Right? RIGHT?!
#

PROMPT 253
NumPages 2
PAGE 1
Tag = CHEESEBOI2
Name = Cheeseboi
TimeToNext = 0
Icon = CBSMUG
IconAlign = Left
Lines = 4
PageText = Well, Well, Well. A Crawla. Let's... THROW CHEESE AT IT!
#
PAGE 2
MetaPage = 1
Icon = CBGRR
TimeToNext = 0
PageText = Go into first person, aim and then press spin to perform "Cheese Throw". THAT CRAWLA WON'T STAND A CHANCE.
#

# Post-text
PROMPT 254
NumPages 1
PAGE 1
Tag = CHEESEWIN2
Name = Cheeseboi
TimeToNext = 0
Icon = CBJOY
IconAlign = Left
Lines = 4
PageText = BANG! And the dirt is gone!
#

PROMPT 255
NumPages 1
PAGE 1
Tag = CHEESEBOI3
Name = Cheeseboi
TimeToNext = 0
Icon = CBHAP
IconAlign = Left
Lines =
PageText = Lastly, I can slide.
#
PAGE 2
MetaPage = 1
Icon = CBBRUH
TimeToNext = 0
PageText = Slowly.
#
PAGE 3
MetaPage = 1
Icon = CBBRUH
TimeToNext = 0
PageText = Just press Custom1 while moving. Yes, it's that easy.
#

# Post-text
PROMPT 256
NumPages 2
PAGE 1
Tag = CHEESEWIN3
Name = Cheeseboi
TimeToNext = 0
Icon = CBJOY
IconAlign = Left
Lines =
PageText = And that's pretty much it! Ya did great!
#

PAGE 2
MetaPage = 1
Icon = CBGRR
TimeToNext = 0
PageText = UNLESS YOU FELL DURING THE INFINITE JUMP, OF COURSE.
#
 
Last edited:
Delete the empty line in line 54. (And also in line 159) Pages can apparently only be separated by #, can't have any new lines inbetween.
 

Who is viewing this thread (Total: 0, Members: 0, Guests: 0)

Back
Top