Coding problems

@Aera you’re welcome… glad I could help! :wink: - its probably because temp variables do not carry over from chapter to chapter…

But Yay!!! I hope to see more of your game soon

Could be but now my startup looks so messy lols :-)) Still many thanks @ishantrissi

I break up my startup as I tend to get so many it is impossible to track. Looks something like this.


*comment string
*create imp ""
*create last "Foxriver"
*create last_page ""
*create name ""
*create t_call ""
*create user ""

*comment vsr
*create armor 0
*create assassin 0
*create b_l_p_p 0
*create bard 0
*create chr 0
*create con 0
*create click 0
*create clues 5
*create dex 0
*create evil 0
*create fighter 0
*create flow_artery 10
*create flow_artery_mod 0
*create good 50
*create healer 0
*create health 10
*create health_mod 0
*create hp 0
*create int 0
*create lang 0
*create maxchr 0
*create maxcon 0
*create maxdex 0
*create maxhealth 10
*create maxint 0
*create maxstr 0
*create non_leathal 0
*create reaction 10
*create s_slots 5
*create sage 0
*create skills 0
*create skill_mod 0
*create slapsilly 0
*create speed 10
*create speed_mod 0
*create social 0
*create str 0
*create str_dmg 0
*create theif 0
*create token 5
*create xp 0
*create xp_d 0
*create xp_goal 1000

*comment true or false
*create absentminded false
*create achiv_1 false
*create achiv_2 false
*create achievements false
*create anxious false
*create arrogant false
*create as_1_off true
*create bigmouth false
*create bigot false
*create blunt false
*create bs_1_off true
*create bs_1_on false
*create callous false
*create catcall false
*create childish false
*create cursed false
*create deepgnome_hate false
*create dwarf_hate false
*create elf_hate false
*create female false
*create f_1_off true
*create f_1_on false
*create gnome_hate false 
*create hagor_hate false
*create hs_1_off true
*create l_human false
*create love_sick false
*create male false
*create master false
*create killed true
*create kill_again false
*create mistress false
*create pc_flawed false
*create r_str true
*create r_con true
*create s_1_off true
*create s_1_on false
*create sick_love false
*create ss_1_off true
*create ss_1_on false
*create start_coin false
*create tinkergnome_hate false
*create ts_1_off true
*create xp_loss false

Much simpler to track. :slight_smile:

Nifty :smiley: Thanks that helps especially if the game has so many vars. @Lordirish

@Aera
Happy to help :slight_smile: