DirtySmuggler 0 Posted August 24, 2010 I don't know if this has been answered anywhere, but I was wondering how to change the names of Sanity and Stamina on Investigator sheets in Strange Eons. For example, instead of Stamina, I'd like to call it Health. Thanks in advance. Quote Share this post Link to post Share on other sites
Thelric 4 Posted August 26, 2010 DirtySmuggler said: I don't know if this has been answered anywhere, but I was wondering how to change the names of Sanity and Stamina on Investigator sheets in Strange Eons. For example, instead of Stamina, I'd like to call it Health. Thanks in advance. The quick and dirty answer is to create a new investigator, open the Quickscript window (Toolbox|Quickscript), and paste in and run the following: usesettings( Editor.gameComponent ); $sanity_text = "Brains"; $stamina_text = "Brawn"; Editor.forceRerender(); Cheers,Chris Quote Share this post Link to post Share on other sites