Forum Discussion
9 years ago
Yup.
GFX instance DA7597EAEB9BA388:
I removed the "|| _loc4_" check without issue. You have to click "save changes" on the actionscript, THEN you have to save the actual GFX file.
If it says "Cannot save file" then yeah, your function will get deleted. Try "Save As".
GFX instance DA7597EAEB9BA388:
if(SimAgeTypes.IsElder(_loc3_) || _loc4_)
{
_loc2_ = KeysGP.SUMMARY_PANEL_DAYS_LIVED.Clone();
}
else
{
_loc2_ = KeysGP.SUMMARY_PANEL_DAYS_LEFT.Clone();
}
I removed the "|| _loc4_" check without issue. You have to click "save changes" on the actionscript, THEN you have to save the actual GFX file.
If it says "Cannot save file" then yeah, your function will get deleted. Try "Save As".