So, I’m running into an error, said being:
highest_relationship_15, non-existant variable relationship_5_label
Apart from the fact that I have checked that particular line multiple times and only found a relationship variable that had to do with the relationship counter, I tried doing a find search and it came up with nothing, so now I’m confused. Would someone be able to second-check my stuff to see what I’m missing here?
The highest_relationship chart is below:
*label highest_relationship
*set highest_relationship ""
*set highest_relationship_stat 0
*set relationship_counter 5
*gosub relationship_calc_loop
*gosub relationship_calc_loop
*gosub relationship_calc_loop
*gosub relationship_calc_loop
*gosub relationship_calc_loop
*return
*label relationship_calc_loop
*if Relationship_counter <= Total_relationships
*if relationship[Relationship_counter] > Highest_relationship_stat
*set Highest_relationship_stat relationship[Relationship_counter]
*set highest_relationship relationship_name[Relationship_counter]
*set Relationship_counter + 1
*return
*set relationship_1 t_relationship
*set relationship_1_name "${t_name}"
*set relationship_2 l_relationship
*set relationship_2_name "${l_name}"
*set relationship_3 n_relationship
*set relationship_3_name "${n_name}"
*set relationship_4 d_relationship
*set relationship_4_name "${d_name}"
*set relationship_5 v_relationship
*set relationship_5_name "${v_name}"
*return
Anyway, I hope that you who read this all have a good rest of your day, and, yeah. Hope to hear back soon. On the up-side though, this is probably the first time that I actually want to scratch my head in confusion, and always thought that was a saying, so, silver linings and all that? shrug.
KLou
August 9, 2023, 3:23am
2
It’s really difficult to make sense of your post because of the formatting. You may have a typo that’s making the non-existant variable error message pop up, but I’m not sure. Could you edit your original post to make it a bit clearer?
Also, did you re-type from your scene file instead of using copy-paste?
Either way, it might help people to see the problem if you uploaded it to dashingdon. You wouldn’t have to publish it publicly; there’s a setting that makes it so the only people who can see it are those who have a direct link. Depending on how private you want to be, you could then send the link in a dm to someone willing to help, or post the link in this thread.
1 Like
have you created a variable named “relationship_5” ?
if the error says non-exist variables, high chance is you forgot creating all the variables that gonna be used
I hope that that helps somewhat. Also, if I do what I think I have to do, which is upload the story onto dashingdon, but change the refirril link to this thread, will that work, or do I have to do something else?
The error code is about a variable it can not find.
Specifically this variable
relationship_5_label
can you post your code from startup.txt where you *create your variables?
1 Like
Here is the code:
*title The Chronicles of Second Chance, book 1
*author alpha 1 1 7.
*scene_list
startup
candle
scout
mall
combat
introductions
pack_meeting
first_day
farm
noose
deathwatch
later
knowing
wolf
camping
paleblood
*comment TODO ETC
*comment stat_page_variables
*create selectible_if 1
*create stat_page 0
*create stat_counter 1
*create anty_repeat 0
*comment stat_name_variables
*create stat_1 ""
*create stat_name_1 "combat"
*create stat_2 ""
*create stat_name_2 "perception"
*create stat_3 ""
*create stat_name_3 "people"
*create stat_4 ""
*create stat_name_4 "tech"
*create highest_stat ""
*comment personality_traits
*create mind 50
*create heart 50
*create bold 50
*create shigh 50
*create genuine 50
*create sarcastic 50
*create team_player 50
*create independent 50
*create follows_rules 50
*create breaks_rules 50
*create reserved 50
*create expressive 50
*create friendly 50
*create stoic 50
*create charming 50
*create intimidating 50
*create easyGoing 50
*create stubborn 50
*create impulsive 50
*create cautious 50
*create combat 10
*create perception 10
*create people 10
*create tech 10
*create hotblood 50
*create coldblood 50
*create humanity 95
*create str 10
*create dex 10
*create con 10
*create int 10
*create wis 10
*create char 10
*create wp 10
*comment mc_variables
*create mc_first ""
*create MC_surname ""
*create MC_fullname ""
*create mc_fam ""
*create mc_familiel ""
*create mc_blood ""
*create mc_hand ""
*create mc_valentine ""
*create mc_rank "Auxilia"
*create mc_young ""
*create n_sister ""
*create mc_eyecolor ""
*create mc_hairlength ""
*create mc_haircolor ""
*create mc_hairstyle ""
*create mc_beardlength ""
*create mc_beardcolor ""
*create mc_beardstyle ""
*create mc_breastsize ""
*create mc_height "medium"
*create mc_build ""
*create mc_orientation ""
*create mc_skincolor ""
*create clothes ""
*create roomstyle ""
*create mc_they ""
*create mc_them ""
*create mc_themself ""
*create mc_their ""
*create mc_theirs ""
*create mc_theirself ""
*create mc_person " "
*create mc_gender ""
*create mc_little ""
*comment Merlin
*create m_name "Merlin"
*create m_surname "Gwinith"
*create m_fullname "Merlin Gwinith"
*create m_gender "male"
*create m_familiel "uncle"
*create m_title "handler"
*create m_rank "lieutenant"
*create m_person "man"
*create m_they "he"
*create m_them "him"
*create m_their "his"
*create m_theirs "his"
*create m_theirself "himself"
*comment t_variables
*create t_name ""
*create t_surname ""
*create t_fullname "t_name t_surname"
*create t_mam ""
*create t_crow "Morgane"
*create t_rank ""
*create t_official_rank ""
*create t_title "deathwolf"
*create t_gender ""
*create t_little ""
*create t_they ""
*create t_them ""
*create t_their ""
*create t_theirself ""
*create t_theirs ""
*create t_themself ""
*create t_person ""
*create t_height "6-foot 3"
*create t_build "lean"
*create t_eyecolor "ice-blue"
*create t_hairlength "waist-length"
*create t_haircolor "blood-red"
*create t_hairstyle "free-flowing"
*create t_breastsize "smaller than average"
*create t_beardlength "waist-length"
*create t_beardcolor "blood-red"
*create t_beardstyle "free-flowing"
*create t_accent "Irish"
*create t_skincolor "pale"
*create t_scent "woodsmoke and freshly fallen snow"
*comment L_stats
*create L_name ""
*create L_surname ""
*create L_fullname ""
*create l_mam ""
*create l_rank ""
*create l_official_rank ""
*create l_little ""
*create L_they ""
*create L_them ""
*create L_their ""
*create L_theirs ""
*create L_theirself ""
*create L_themself ""
*create L_gender ""
*create L_person ""
*create l_eyecolor "hazel"
*create l_build "wiry"
*create l_hairlength "shoulder-length"
*create l_haircolor "obsidian "
*create l_hairstyle "bradid"
*create l_beardlength "short"
*create l_beardcolor "ebony"
*create l_beardstyle "neatly trimmed"
*create l_height "5-foot 3"
*create l_accent "unknown"
*create l_skincolor "golden brown"
*create l_scent "chocolate"
*comment Natalya
*create n_name ""
*create n_surname ""
*create n_fullname ""
*create n_mam ""
*create n_rank ""
*create n_formal_rank ""
*create n_official_rank ""
*create n_gender ""
*create n_person ""
*create n_little ""
*create n_they ""
*create n_them ""
*create n_their ""
*create n_theirs ""
*create n_themself ""
*create n_theirself ""
*create n_eyecolor "shadow black"
*create n_hairlength "very short"
*create n_haircolor "brown"
*create n_hairstyle "straight"
*create n_beardlength "clean-shaven"
*create n_beardcolor "brown"
*create n_beardstyle "well-kept"
*create n_build "athletic"
*create n_skincolor "bone-white"
*create n_height "5-foot 9"
*create n_accent "Russian"
*create n_scent "peppermint"
*comment Deelin/Dallin
*create d_name "dname"
*create d_surname ""
*create d_fullname ""
*create d_mam ""
*create d_rank ""
*create d_official_rank ""
*create d_little ""
*create d_they ""
*create d_them ""
*create d_their ""
*create d_theirs ""
*create d_theirself ""
*create d_gender ""
*create d_person ""
*create d_eyecolor "bright red"
*create d_hairlength " medium-length"
*create d_haircolor "platinum"
*create d_hairstyle "ponytail"
*create d_breastsize "large"
*create d_beardlength "collarbone-length"
*create d_beardcolor "platinum"
*create d_beardstyle "braded"
*create d_height "6-foot 8"
*create d_build "lithe"
*create d_skincolor "umber"
*create d_accent "Ostraillian/Newfoundlander"
*create d_scent "lilak and popcorn"
*comment Emma
*create e_name ""
*create e_surname ""
*create e_fullname ""
*create e_title ""
*create e_gender ""
*create e_familiel ""
*create e_person ""
*create e_they""
*create e_them ""
*create e_their ""
*create e_theirs ""
*create e_theirself ""
*comment scarlet
*create r_name ""
*create r_surname "Shadowbane"
*create r_fullname ""
*create r_gender ""
*create r_person ""
*create r_they ""
*create r_them ""
*create r_their ""
*create r_theirself ""
*create r_theirs ""
*create r_eyecolor "forest-green"
*create r_haircolor "Gray"
*create r_hairlength "buzzcut"
*create r_hairstyle "un-styled"
*create r_height "5-foot 9"
*create r_build "athletic"
*create r_skincolor "deathly pale"
*comment Borrus Erikson
*create b_name "Borrus"
*create b_surname "Erikson"
*create b_fullname "Borrus Erikson"
*create b_skincolor "tan"
*create b_eyecolor "green"
*create b_haircolor "blood-red"
*comment Chet
*create ch_name "Chet"
*create ch_surname "McDougal"
*create ch_fullname "Chet McDougal"
*create ch_eyecolor "Metallic Grey"
*create ch_height "5-foot 5"
*create ch_build "heavily muscled"
*create ch_they "he"
*create ch_them "him"
*create ch_their "his"
*create ch_theirs "his"
*create ch_theirself "himself"
*create ch_theirselves "himself"
*create ch_gender "male"
*create ch_person "man"
*comment Cellest/Casper
*create c_name "Amunet"
*create c_surname ""
*create c_fullname ""
*create c_they""
*create c_their ""
*create c_theirs ""
*create c_theirself ""
*create c_them ""
*create c_person ""
*create c_gender ""
*create c_eyecolor "warn brown"
*create c_skincolor "Tawny"
*create c_hairlength "medium-length"
*create c_haircolor "blond"
*create c_hairstyle "braded"
*comment Kathi
*create k_name ""
*create k_surname ""
*create k_fullname ""
*create k_title ""
*create k_gender ""
*create k_familiel ""
*create k_fam ""
*create k_blood ""
*create k_little ""
*create k_hand "right"
*create k_person ""
*create k_they""
*create k_them ""
*create k_their ""
*create k_theirs ""
*create k_theirself ""
*create k_eyecolor "mint green"
*create k_haircolor "brown"
*create k_hairlength "midback-length"
*create k_hairstyle "twin tails"
*create k_height "5-foot 10"
*create k_build "stocky"
*create k_skincolor "light brown"
*create v_name "Valkyrie"
*create v_nickname "Val"
*create v_title "Penitent"
*create v_designate "SlaughterHound"
*create v_person ""
*create v_they ""
*create v_them ""
*create v_their ""
*create v_theirs ""
*create v_theirself""
*create v_gender ""
*comment Ash
*create a_name "aisling"
*create a_surname "Gweledydd-marwolaeth"
*create a_fullname "Aisling Gweledydd Marwolaeth"
*create a_title "Mercy"
*create a_little "child"
*create a_gender ""
*create a_person ""
*create a_they ""
*create a_them ""
*create a_their ""
*create a_theirs ""
*create a_theirself ""
*create a_blood ""
*create a_fam ""
*create a_familiel ""
*create a_eyecolor "pale green"
*create a_height "4-foot 11"
*create a_hairlength "shoulder-length"
*create a_haircolor "ravenswing black"
*create a_hairstyle "pigtails"
*create a_skincolor "olive"
*create a_build "slender"
*create a_mam ""
*comment Ivy
*create i_name "ivy"
*create i_surname "hawthorn"
*create i_fullname "Ivy Hawthorn"
*create i_title "lady greenwood"
*create i_petname "magic pain glove"
*create i_accent "Welsh"
*create i_familiel "mom"
*create i_eyecolor "mint green"
*create i_hairlength "medium-length"
*create i_haircolor " blood red"
*create i_hairstyle "straight"
*create i_height "5-foot 7"
*create i_build " wiry"
*create i_skincolor "pale"
*create i_they "she"
*create i_them "her"
*create i_theirs "hers"
*create i_their "her"
*create i_theirself "herself"
*create i_gender "female"
*create i_person "woman"
*create g_name "Goan"
*create g_surname "hawthorn"
*create g_fullname "Goan Hawthorn"
*create g_familiel "dad"
*create g_they "he"
*create g_them "him"
*create g_their "his"
*create g_theirs "his"
*create g_person "man"
*create g_theirself "himself"
*create g_gender "male"
*create g_height "6-foot 2"
*create g_eyecolor "dark blue"
*create g_skincolor "ruddy brown"
*create g_hairlength "short"
*create g_haircolor " brown"
*create g_hairstyle "buzzcut"
*create g_build "stocky"
*create g_accent "Eastern european"
*comment relationships, ROs
*create t_relationship 50
*create l_relationship 50
*create n_relationship 50
*create d_relationship 50
*create v_relationship 55
*create m_relationship 53
*comment highest_relationship_variables
*create total_relationships 5
*create highest_relationship_stat 0
*create highest_relationship ""
*create relationship_counter 1
*create relationship_name ""
*create relationship_1 0
*create relationship_1_name " "
*create relationship_2 0
*create relationship_2_name " "
*create relationship_3 0
*create relationship_3_name " "
*create relationship_4 0
*create relationship_4_name " "
*create relationship_5 0
*create relationship_5_name ""
*comment relationships, non-packmates
*create a_relationship 60
*create g_relationship 60
*create k_relationship 65
*create i_relationship 60
*create sk_relationship 40
*comment class_variables
*create survival 0
*create stealth 0
*create cooking 0
*create medical 0
*comment binary_variables
*create either false
*create nb1 false
*create nb2 false
*create fantasy false
*create t_fantasy false
*create l_fantasy false
*create n_fantasy false
*create d_fantasy false
*create choose_female false
*create has_blood false
*create choose_male false
*create stat_picture false
*create name false
*create nightmares_curious false
*create weird false
*create dislikes_emotions false
*create d_dropped false
*create taser false
*create OK false
*create d_fantasy2 false
*create mc_beard false
*create wants_breasts false
*create breasts false
*create k_horrible false
*create mc_balled false
*create mc_clean false
*create curling_iron false
*create brand false
*create clenz_fire false
*create choice false
*create scenario false
*create hug_d false
*create kicked_d false
*create likes_popcorn false
*create flirt_t_bold 0
*create flirt_t_expressive 0
*create flirt_t_reserved 0
*create flirt_l_bold 0
*create flirt_l_expressive 0
*create flirt_l_reserved 0
*create flirt_n_bold 0
*create flirt_n_expressive 0
*create flirt_n_reserved 0
*create flirt_d_bold 0
*create flirt_d_expressive 0
*create flirt_d_reserved 0
*create flirt_v_bold 0
*create flirt_v_expressive 0
*create flirt_v_reserved 0
*create pactbond ""
*create lifescent "freshly-cut grass"
*create d_oath false
*create d_numb false
*create d_teach_emotions false
*create d_attractive_bold false
*create d_attractive_shigh false
*create d_attractive_reserved false
*create d_slapped false
*create v_run false
*create v_takeover false
*create storytime false
*create pregnant false
*create worried_weight false
*create books false
*create weapons false
*create hot_combat false
*create cold_combat false
*create good_combat false
*create bad_combat false
*create good_perception false
*create bad_perception false
*create good_people false
*create bad_people false
*create good_tech false
*create bad_tech false
*create restraint false
*create blade_man false
*create good_uncle false
*create neut_uncle false
*create bad_uncle false
*create t_faked false
*create t_genuine_handshake false
*create t_stoic_handshake false
*create t_genuine_no_handshake false
*create t_stoic_no_handshake false
*create t_curious false
*create t_rage false
*create t_lied false
*create no_touch false
*create l_genuine_handshake false
*create l_stoic_handshake false
*create l_genuine_no_handshake false
*create l_stoic_no_handshake false
*create l_anger false
*create l_backlash false
*create n_law false
*create n_genuine_handshake false
*create n_stoic_handshake false
*create n_genuine_no_handshake false
*create n_stoic_no_handshake false
*create n_attempt_hug false
*create n_facepalm false
*create d_no_hug false
*create d_no_hugs false
*create d_overflow false
*create d_flirt_hug false
*create d_ask_batman false
*create stat_chart false
*create l_reaction false
*create our_anger false
*create good_music false
*create medium_music false
*create bad_music false
*create anger false
*create everdark false
*create almost_everdark false
*create everlight false
*create reflected false
*create kicked_puppy false
*create game false
*create talk_kathi false
*create cookied false
*create vigil false
*create n_deadpan false
*create ironblood false
*create t_handshake false
*create t_no_handshake false
*create l_handshake false
*create l_no_handshake false
*create n_handshake false
*create n_no_handshake false
*create d_handshake false
*create d_no_handshake false
*create n_no_touch false
*create n_touch false
*create d_look_eyes false
*create t_lie false
*create pack_desc false
*create n_assault false
*create d_heal false
*create mencion_pants false
*create anger_uncle false
*create lie_kathi false
*create candle false
*create forgive_kathi false
*create likes_t false
*create likes_l false
*create likes_n false
*create likes_d false
*create blunt false
*create stonewall false
*create d_prank false
*create choose_t false
*create choose_l false
*create choose_n false
*create choose_d false
*create t_oath false
*create t_reject_advance false
*create n_recall_useless false
*create d_duty false
*create d_annoying false
*create n_soffen false
*create n_think false
*create d_neutral false
*create dislike_d false
*create d_shigh false
*create d_bold false
*create t_overheard_good false
*create t_overheard_perhaps false
*create t_overheard_shigh false
*create t_overheard_flirt false
*create t_overheard_neut false
*create t_overheard_bad false
*create l_overheard_good false
*create l_overheard_shigh false
*create l_overheard_bold false
*create l_overheard_neut false
*create l_overheard_bad false
*create n_overheard_good false
*create n_overheard_flirt false
*create n_overheard_neut false
*create n_overheard_bad false
*create n_argue false
*create d_overheard_good false
*create d_overheard_flirt false
*create d_overheard_neut false
*create d_overheard_bad false
*create noose false
*create l_assumption false
*create d_blindness false
*create snagged false
*create d_snagged false
*create d_game false
*create d_warmth false
*create walk_t_home false
*create walk_l_home false
*create walk_n_home false
*create walk_d_home false
*create t_retrieve false
*create l_retrieve false
*create n_retrieve false
*create d_retrieve false
*create t_informal false
*create d_healing false
*create thinks_probe false
*create supernatural false
*create t_patrol false
*create t_romance false
*create l_patrol false
*create l_romance false
*create n_patrol false
*create n_blood false
*create n_romance false
*create d_patrol false
*create d_romance false
*create neckless false
*create bracelet false
*create t_regard false
*create l_regard false
*create n_regard false
*create d_regard false
*create drawing false
*create piano false
*create singing false
*create workout false
*create socialize false
*create sk_desc false
*create n_hugged false
*create reading false
*create sk_friend false
*create library false
*create sk_x false
*create t_phone false
*create l_phone false
*create n_phone false
*create d_phone false
*create candleflame false
*create packbond ""
*create best_friend_t false
*create best_friend_l false
*create best_friend_n false
*create best_friend_d false
*create alpha_testing true
*achievement asshole1 visible 1 Am I the asshole? Yes, yes you are.
blocked a person from passing you on a flight of stairs for no reason other than spite.
ccongradulations, you just fucked over a budding romance for no other reason than spite.
*label variables
*comment variables
*comment *sm_init the_chronicles_of_second_chance_book_1 |5
*if (alpha_testing) =true
*goto variables2
*else
*goto_scene candle notes
*label variables2
*set combat 10
*set perception 10
*set people 10
*set tech 10
*comment relationships, ROS
*set t_relationship 50
*set l_relationship 50
*set n_relationship 50
*set d_relationship 60
*set k_horrible true
*set clothes "kilt"
*set mc_balled false
*set mc_clean true
*set stat_picture false
*set nb1 false
*set nb2 false
*set fantasy false
*set t_fantasy false
*set l_fantasy false
*set n_fantasy false
*set d_fantasy true
*set stat_picture true
*set choice true
*set scenario true
*set hug_d false
*set likes_popcorn false
*set flirt_t_expressive 0
*set flirt_t_bold 0
*set flirt_t_reserved 0
*set flirt_l_expressive 0
*set flirt_l_bold 0
*set flirt_l_reserved 0
*set flirt_n_expressive 0
*set flirt_n_bold 0
*set flirt_n_reserved 0
*set flirt_d_expressive 0
*set flirt_d_bold 0
*set flirt_d_reserved 0
*set weird false
*set d_dropped true
*set taser true
*set kicked_d false
*set dislikes_emotions false
*set d_oath true
*set d_slapped false
*set v_run false
*set v_takeover false
*set books false
*set weapons false
*set hot_combat false
*set cold_combat true
*set good_combat false
*set bad_combat false
*set good_uncle false
*set neut_uncle false
*set bad_uncle false
*set t_faked false
*set t_genuine_handshake false
*set t_stoic_handshake false
*set t_curious false
*set t_genuine_no_handshake false
*set t_stoic_no_handshake false
*set t_rage false
*set t_lied false
*set l_genuine_handshake false
*set l_stoic_handshake false
*set l_genuine_no_handshake false
*set l_stoic_no_handshake false
*set l_anger false
*set l_backlash false
*set n_attempt_hug false
*set n_facepalm false
*set d_overflow false
*set str 10
*set dex 10
*set con 45
*set good_perception false
*set bad_perception false
*set good_people false
*set bad_people false
*set good_tech true
*set bad_tech false
*set restraint false
*set blade_man false
*set stat_chart true
*set anger false
*set everdark false
*set everlight false
*set reflected false
*set kicked_puppy false
*set game false
*set talk_kathi false
*set cookied false
*set vigil false
*set game false
*set talk_kathi false
*set n_deadpan false
*set ironblood false
*set t_handshake false
*set t_no_handshake false
*set no_touch false
*set l_handshake false
*set l_no_handshake false
*set l_reaction false
*set n_handshake false
*set n_no_handshake false
*set d_handshake true
*set d_no_handshake false
*set d_look_eyes false
*set t_lie false
*set t_reject_advance false
*set pack_desc true
*set n_assault true
*set mencion_pants false
*set lie_kathi false
*set likes_t false
*set likes_l true
*set likes_n false
*set likes_d false
*set blunt false
*set stonewall false
*set d_prank false
*set choose_t false
*set choose_l false
*set choose_n false
*set choose_d false
*set d_duty false
*set d_annoying false
*set n_soffen false
*set n_think false
*set d_neutral false
*set dislike_d false
*set d_shigh false
*set d_bold false
*set t_overheard_good false
*set t_overheard_perhaps false
*set t_overheard_shigh false
*set t_overheard_flirt false
*set t_overheard_neut false
*set t_overheard_bad false
*set l_overheard_good false
*set l_overheard_shigh false
*set l_overheard_bold false
*set l_overheard_neut false
*set l_overheard_bad false
*set n_overheard_good false
*set n_overheard_flirt false
*set n_overheard_neut false
*set n_overheard_bad false
*set n_think false
*set n_argue false
*set d_overheard_good false
*set d_overheard_flirt false
*set d_overheard_neut false
*set d_overheard_bad false
*set noose false
*set l_assumption false
*set d_blindness false
*set snagged false
*set d_snagged false
*set d_game false
*set d_warmth false
*set walk_t_home false
*set walk_l_home false
*set walk_n_home false
*set walk_d_home false
*set t_retrieve false
*set l_retrieve false
*set n_retrieve false
*set d_retrieve false
*set t_informal false
*set d_healing false
*set thinks_probe false
*set supernatural false
*set t_patrol false
*set t_romance false
*set l_patrol false
*set l_romance false
*set n_patrol false
*set n_blood false
*set n_romance false
*set d_patrol false
*set d_romance false
*set neckless false
*set bracelet false
*set t_regard false
*set l_regard false
*set n_regard false
*set d_regard false
*set drawing false
*set piano false
*set singing false
*set workout false
*set socialize false
*set sk_desc false
*set n_hugged false
*set reading false
*set sk_friend false
*set library false
*set sk_x false
*set t_phone false
*set l_phone false
*set n_phone false
*set d_phone false
*set candleflame false
*set packbond ""
*set best_friend_t false
*set best_friend_l false
*set best_friend_n false
*set best_friend_d false
*goto mc_variables_test
*label mc_variables_test
*set mc_first"jason"
*set mc_surname "stone"
*set mc_fullname "jason stone"
*set mc_familiel "brother"
*set mc_fam "bro"
*set mc_blood "son"
*set mc_hand "right"
*set mc_valentine "girlfriend"
*set mc_eyecolor "midnight blue"
*set mc_they "he"
*set mc_their "his"
*set mc_them "him"
*set mc_their "his"
*set mc_theirs "his"
*set mc_theirself "himself"
*set mc_person "man"
*set mc_gender "male"
*set mc_young "nephew"
*set mc_little "boy"
*set mc_orientation " women"
*comment deardra
*set t_name "Deirdre"
*set t_surname "O’Brien"
*set t_fullname "Deirdre O’Brien"
*set t_rank "commanding guardswoman"
*set t_mam "mam"
*set t_official_rank "commanding guardswoman, tactician"
*set t_gender "female"
*set t_they "she"
*set t_them "her"
*set t_their "her"
*set t_theirs "hers"
*set t_theirself "herself"
*set t_person "woman"
*set t_little "girl"
*comment Kim
*set l_name "Kim"
*set l_surname ""
*set l_fullname "Kim"
*set l_rank "Senior Guardswoman"
*set l_official_rank "senior guardswoman, information specialist"
*set l_they "she"
*set l_them "her"
*set l_their "her"
*set l_theirs "hers"
*set l_theirself "herself"
*set l_gender "female"
*set l_person "woman"
*set l_little "girl"
*comment Natalya
*set n_name "Natalya"
*set n_surname "Kaminskaya"
*set n_fullname "Natalya Ivanovna Kaminskaya"
*set n_rank "specialist guardswoman"
*set n_official_rank "specialist guardswoman, interrogator/fear mistress"
*set n_gender "female"
*set n_sister "Anastasiya"
*set n_person "woman"
*set n_they "she"
*set n_them "her"
*set n_their "her"
*set n_theirs "hers"
*set n_theirself "herself"
*set n_little "girl"
*comment Alison
*set d_name "Elenor"
*set d_surname "Morningstar"
*set d_fullname "Elenor Morningstar"
*set d_rank "junior guardswoman"
*set d_official_rank "junior guardswoman, medic/infiltration expert"
*set d_they "she"
*set d_them "her"
*set d_their "her"
*set d_theirs "hers"
*set d_theirself "herself"
*set d_gender "female"
*set d_person "woman"
*set d_little "girl"
*comment Kathi
*set k_name "kathy"
*set k_gender "female"
*set k_familiel "sister"
*set k_fam "sis"
*set k_blood "daughtor"
*set k_little "girl"
*set k_person "woman"
*set k_they"she"
*set k_them "her"
*set k_their "her"
*set k_theirs "hers"
*set k_theirself "herself"
*set k_eyecolor "mint green"
*set k_haircolor "brown"
*set k_hairlength "midback-length"
*set k_hairstyle "twin tails"
*set k_height "5-foot 10"
*set k_build "stocky"
*set k_skincolor "light brown"
*comment ash
*set a_they "she"
*set a_them "her"
*set a_their "her"
*set a_theirs "hers"
*set a_theirself "herself"
*set a_person "girl"
*set a_little "child"
*set a_fam "sis"
*set a_familiel "sister"
*set a_blood "daughtor"
*set a_mam "mis"
*comment Emma
*set e_name "emma"
*set e_surname "Kuthrapolly"
*set e_fullname "Emma Kuthrapolly"
*set e_gender "female"
*set e_person "woman"
*set e_they "she"
*set e_them "her"
*set e_their "her"
*set e_theirself "herself"
*set e_theirs "hers"
*comment Scarlet
*set r_name "Raven"
*set r_surname "Shadebane"
*set r_fullname "Raven Shadebane"
*set r_gender "female"
*set r_person "woman"
*set r_they "she"
*set r_them "her"
*set r_their "her"
*set r_theirself "herself"
*set r_theirs "hers"
*comment Valkyrie
*set v_gender "female"
*set v_person "woman"
*set v_they "she"
*set v_them "her"
*set v_their "her"
*set v_theirs "hers"
*set v_theirself "herself"
*goto test_file
*label test_file
*goto_scene first_day return5
What I’m confused about is more that I can’t see a variable with that particular name anywhere in my highest_relationship file, and especially not on line 15.
Somewhere in your code, you are checking for relationship_5_label which from the look of it was meant to be relationship_5_name
Are you writing your game in Cside?
1 Like
No, although mostly because, last time I check, it wasn’t very accessible. Also, I put a variable called
into my code, just to see what happened, and it still flagged that error. Also, once again, even if there is something checking for relationship_5_label in my code, unless the brackets do something wildly different than how I think they do, there’s nothing remotely like that on highest_relationship line 15.
frustrated face
I’m manually writing it into notepad plus plus then running locally on firefox.
Okay. Open all your text files regarding your game in Notepad++ and do a find-all for the following (make sure you choose the option that searches all open files)
relationship_5
And see if that finds anything.
I found two hits in the highest_relationship file, which were for
Line 26: *set relationship_5 v_relationship
Line 27: *set relationship_5_name "${v_name}"
which was expected, as well as three hits in my startup.txt file, which were for:
Line 429: *create relationship_5 0
Line 430: *create relationship_5_name ""
Line 431: *create relationship_5_label 0
Side note, I just checked again, and the error was for a relationship_name_5 variable, which I checked for and got no hits back from.
How do you set Dashing Don so it only shows up on say, this thread? At minimum, going to need a second opinion on the error variable, if not it’s exact spelling, since I can’t double check that due to the way the error is displayed.
Would you be willing to send me the files for me to check my end?
Edit: just noticed that in the code you posted earlier from your startup.txt it doesn’t actually have *create relationship_5_label 0 in the code. But your last post says it showed up in startup.txt please double check which file that particular *create shows up in.
1 Like
That should not be a problem. As far as the variable, when the air pops up, it says, relationship underline, five underline name,
But when I shift tab one, it says, relationship underline, five underline, name, variable. I can’t double check, as the Internet, where I am, seems to be out at the moment.
Also, through this thread, or through email? I’m not very good with dropbox.
I assume that you need all of the files that I have worked on so far? Between start up, and the one that flags the error I mean? As well as the highest underline relationship file.
shouldn’t this section be
*set relationship_1 t_relationship
*set relationship_name_1 "${t_name}"
*set relationship_2 l_relationship
*set relationship_name_2 "${l_name}"
*set relationship_3 n_relationship
*set relationship_name_3 "${n_name}"
*set relationship_4 d_relationship
*set relationship_name_4 "${d_name}"
*set relationship_5 v_relationship
*set relationship_name_5 "${v_name}"
with relationship underline, name underline, number
since your code that determines highest relationship uses relationship_name[number]. (relationship underline, name, left bracket, number, right bracket)
Idk, it looks like in some places you’re using relationship underline, name underline, number and other places you’re using relationship underline number underline, name.
I ended up just putting a
*create relationship_name_5
in to my startup file, and that seems to have fixed that, although still not sure why it was even a problem to begin with, since everything else is relationship_name_number. Still, if it works, then it works?
If it’s fixed, don’t worry about it. Hopefully, it won’t come back.