@
Ravenger6660
Thanks, but I have been coding for a little over 40 years
If you where to check out my slave training mod, you would see I use passon() and followup() extensively.
I do appreciate the help, but the best way to help is with Ideas and feedback, as with any project if you are working solo it can be hard too see beyond your initial design idea.
If just one person comes along and says 'yeah its ok, but wouldn't this be a good idea' It can sometimes open up a whole new set of ideas.
Oh and for your info this is what I am planning for mod ease:
1:: "Check morgage details"
2:: "Check apartment details"
3:: "Visit apartments"
4:: "Advertise apartments"
10:: "Exit"
If 2
Followup(LL_Apartment_Details)
Elseif 3
Followup(LL_Visit _Apartment)
Elseif 4
Followup(LL_Advertise _Apartment)
Endif
This breaks off two thirds of the mod into there own scene files, and leaves behind just the building and timing functions.
Although everytime you do something like that, there is a cost!
When you release gas into an apartment, this effects "Check apartment details" and "Visit apartments" so now I have to build a variable system to pass these values around between scenes!