Mog House Intro
Posted: Sat Dec 22, 2012 6:26 pm
				
				Currently, the Mog House intro is handled by checking for a Character Variable, and giving the entire intro if the variable isn't set.  This leads to lots of entries in char_vars.  Out of curiosity, would it make more sense to set the variable on creation, and then set it to 0 after the intro, thus removing it from the table?  It'd just be a matter of changing /global/player.lua to set the var on character creation and /zones/Residential_Area/Moogle.lua to handle it differently.
The obvious drawback is that all existing players will get a new Moogle cutscene, unless the variable is manually removed from the table, or a new variable is used.
Trivial thought, but it comes back and plagues me once in a while.
Edit: st -> set
			The obvious drawback is that all existing players will get a new Moogle cutscene, unless the variable is manually removed from the table, or a new variable is used.
Trivial thought, but it comes back and plagues me once in a while.
Edit: st -> set