WiP - Castaway

Better it sounded bad lol :)) i hate pink anyway

@poison_mara, hate to be the one to tell you this, but your profile picture is pink

Crimson

*scene_list
startup

*title_Castaway

*create_name “unknown”
*create_nickname “unknown”
*create_gender “unknown”
*create_pastprofession “unknown”
*create_leadership 0
*create_medical 0
*create_social 50
*create_mechanical 0
*create_piloting 0
*create_cunning 10
*create_intellegence 50
*create_bravery 40
*create_musical 10
*create_fighting 20
*create_hunting 0

Your life flashes before your eyes!
“Who are you?” you hear an echoy voice through out your mind

*choice
#“I am a Man!”
*set_gender “male”
*goto_prof
#“I am a Woman!”
*set_gender “female”
*goto_prof

*label_prof
“Who are you?” you hear again

*choice
#“I am a Doctor!”
*set_medical +90
*set_intellegence +30
*set_pastprofession “Doctor”
*set_nickname “doc”
#“I am a Lawman!”
*set_bravery +40
*set_intellegence +10
*set_leadership +70
*set_social +30
*set_fighting +70
*set_hunting +20
*set_pastprofession “Law Enforcer”
*set_nickname “polecat”
#“I am a Scientist!”
*set_intellegence +40
*set_social -10
*set_pastprofession “Scientist”
*set_nickname “professor”
#“I am a Thief and a Con!”
*set_cunning +70
*set_bravery +20
*set_social +30
*set_fighting +60
*set_pastprofession “Criminal”
*set_nickname “scum”
#“I am a Mechanic!”
*set_intellegence +20
*set_mechanical +90
*set_piloting +30
*set_social +10
*set_pastprofession “Fixer-Upper”
*set_nickname “fixer”
#“I am a Musician!”
*set_musical +90
*set_social +30
What do you play?
*choice
#guitar, man!
*set_pastprofession “lead guitarist”
*set_nickname “EDIT”
#drums
*set_pastprofession “drummer”
*if_gender=“male”,set_nickname “drummer boy”
*if_gender=“female”,set_nickname “drummer girl”
#vocals… also, I can play a mean harmonica solo
*set_pastprofession “lead singer”
*set_nickname “EDIT”
#piano and keyboard
*set_pastprofession “pianist”
*if_gender = “male”, set nickname “Piano Man”
*if_gender = “female”, set nickname “EDIT”
#the BAGPIPE!!!
*set_pastprofession “bagpiper?”
*if_gender=“male”,set_nickname “Scotty”
*if_gender=“female”,set_nickname “EDIT”

@P0RT3R, is that good for spaces?
@poison_mara, Tadaa: no more gender benefits

Pink fluffy clouds and balloons. Very pretty, Mara.

@Lucid, I’ve just seen a vision: you may have just killed us all.

The command for label should be *label prof
No _
Also no _ between ‘title’ and ‘Castaway’
Same for about every command aside from *scene_list

The *scene_list is an exception because the command contains two seperate words.
Most other commands are one word.

Better and really is crimson X( sky. I did the picture changing with photo programs a simple free pencil sketch drawing. I’m the worst painter ever.

The order is: ‘command’ ‘name_given_to_the_variable_ed’ ‘value_of_the_variable’

@Cecilia, alright, I’ll go fix that

*scene_list
startup

*title Castaway

*create name “unknown”
*create nickname “unknown”
*create gender “unknown”
*create pastprofession “unknown”
*create leadership 0
*create medical 0
*create social 50
*create mechanical 0
*create piloting 0
*create cunning 10
*create intellegence 50
*create bravery 40
*create musical 10
*create fighting 20
*create hunting 0

Your life flashes before your eyes!
“Who are you?” you hear an echoy voice through out your mind

*choice
#“I am a Man!”
*set gender “male”
*goto prof
#“I am a Woman!”
*set gender “female”
*goto prof

*label prof
“Who are you?” you hear again

*choice
#“I am a Doctor!”
*set medical +90
*set intellegence +30
*set pastprofession “Doctor”
*set nickname “doc”
#“I am a Lawman!”
*set bravery +40
*set intellegence +10
*set leadership +70
*set social +30
*set fighting +70
*set hunting +20
*set pastprofession “Law Enforcer”
*set nickname “polecat”
#“I am a Scientist!”
*set intellegence +40
*set social -10
*set pastprofession “Scientist”
*set nickname “professor”
#“I am a Thief and a Con!”
*set cunning +70
*set bravery +20
*set social +30
*set fighting +60
*set pastprofession “Criminal”
*set nickname “scum”
#“I am a Mechanic!”
*set intellegence +20
*set mechanical +90
*set piloting +30
*set social +10
*set pastprofession “Fixer-Upper”
*set nickname “fixer”
#“I am a Musician!”
*set musical +90
*set social +30
What do you play?
*choice
#guitar, man!
*set pastprofession “lead guitarist”
*set nickname “EDIT”
#drums
*set pastprofession “drummer”
*if gender=“male”, set nickname “drummer boy”
*if gender=“female”, set nickname “drummer girl”
#vocals… also, I can play a mean harmonica solo
*set pastprofession “lead singer”
*set nickname “EDIT”
#piano and keyboard
*set pastprofession “pianist”
*if gender = “male”, set nickname “Piano Man”
*if gender = “female”, set nickname “EDIT”
#the BAGPIPE!!!
*set pastprofession “bagpiper?”
*if gender=“male”, set nickname “Scotty”
*if gender=“female”, set nickname “EDIT”
#“I’m a Pilot!”
*set piloting +90
*set mechanical +40
*set social +10
*set pastprofession “pilot”
*set nickname “air head”

Pretty sure airhead is one word, even in english.
No , in in the code with things like *if gender =“male”, set nickname “Scotty”
It should be written:

*if gender ="male"
    *set nickname "Scotty"
    *goto whatevernameyouwanttogivethenextlabel

@Cecilia, gotcha, was wondering about that one

how do you get that yellow box that keeps indentations?

text

< pre >text< /pre >

Oh, that’s what P0RT3R meant, thanks Mara

*scene_list
startup

*title Castaway

*create name "unknown"
*create nickname "unknown"
*create gender "unknown"
*create pastprofession "unknown"
*create leadership 0
*create medical 0
*create social 50
*create mechanical 0
*create piloting 0
*create cunning 10
*create intellegence 50
*create bravery 40
*create musical 10
*create fighting 20
*create hunting 0

Your life flashes before your eyes!
"Who are you?" you hear an echoy voice through out your mind

*choice
 #"I am a Man!"
  *set gender "male"
  *goto prof
 #"I am a Woman!"
  *set gender "female"
  *goto prof

*label prof
"Who are you?" you hear again

 *choice
 #"I am a Doctor!"
  *set medical +90
  *set intellegence +30
  *set pastprofession "Doctor"
  *set nickname "doc"
  *goto name
 #"I am a Lawman!"
  *set bravery +40
  *set intellegence +10
  *set leadership +70
  *set social +30
  *set fighting +70
  *set hunting +20
  *set pastprofession "Law Enforcer"
  *set nickname "polecat"
  *goto name
 #"I am a Scientist!"
  *set intellegence +40
  *set social -10
  *set pastprofession "Scientist"
  *set nickname "professor"
  *goto name
 #"I am a Thief and a Con!"
  *set cunning +70
  *set bravery +20
  *set social +30
  *set fighting +60
  *set pastprofession "Criminal"
  *set nickname "scum"
  *goto name
 #"I am a Mechanic!"
  *set intellegence +20
  *set mechanical +90
  *set piloting +30
  *set social +10
  *set pastprofession "Fixer-Upper"
  *set nickname "fixer"
  *goto name
 #"I am a Musician!"
  *set musical +90
  *set social +30
  What do you play?
  *choice
    #guitar, man!
     *set pastprofession "lead guitarist"
     *set nickname "EDIT"
     *goto name
    #drums
     *set pastprofession "drummer"
     *if gender ="male"
      *set nickname "drummer boy"
      *goto name
     *if gender ="female"
      *set nickname "drummer girl"
      *goto name
    #vocals... also, I can play a mean harmonica solo
     *set pastprofession "lead singer"
     *set nickname "EDIT"
     *goto name
    #piano and keyboard
     *set pastprofession "pianist"
     *if gender ="male"
      *set nickname "Piano Man"
      *goto name
     *if gender ="female"
      *set nickname "EDIT"
      *goto name
    #the BAGPIPE!!!
     *set pastprofession "bagpiper?"
     *if gender ="male"
      *set nickname "Scotty"
      *goto name
     *if gender ="female"
      *set nickname "EDIT"
      *goto name
 #"I'm a Pilot!"
  *set piloting +90
  *set mechanical +40
  *set social +10
  *set pastprofession "pilot"
  *set nickname "air head"
  *goto name

*label name
"Who are you?" you hear yet again

*input_text name 

When you open it with Firefox, it should open like a game, right?

Also, don’t forget:

*choice
#“I am a Man!”
*set gender “male”
*set MC_heshe “he”
*set MC_hisher “his”
*set MC_himher “him”
*goto prof
#“I am a Woman!”
*set gender “female”
*set MC_heshe “she”
*set MC_hisher “her”
*set MC_himher “her”
*goto prof

So when doing sentences you don’t have to make two separate sentences for men an women. This lets you use gender pronouns like you use name.

IE: $!{MC_heshe} screamed.

Would be: He screamed. (for men) and She screamed. (for women)

Using ! makes the word cap, otherwise just use $. ^-^

EDIT: I dunno how to do that yellow code thing on the forums :-(( :-(( :-((

Also, use the index.html file to open your game. You should use firefox.

Yes, it should open as a game in Firefox.

I have always fantasized about a Robinson-Crusoe style CYOA game! Mine was called “Escape from Cannibal Island” but it’s still in the ‘idea’ phase. Can’t wait to play yours!

One thing, are you going to use %+ and %- for stat changes? Otherwise your scientists scores are going to be like 140. Fairmath functions.

Possible nickname for the Piano player (male or female) could be “Bones.” The @Doctor should appreciate that :wink: