16
SCI Syntax Help / Re: SCI0: Issues implementing Trite Phrase Menu item
« on: December 10, 2024, 12:56:04 PM »Like I said, that would be [gExpletive 20] in SCI Companion. gExpletive = 20 defines one variable preset to the number value 20, which is entirely different, while [gExpletive 20] would define gExpletive and then add nineteen more blank slots until the next global variable, which means there's space for 40 characters.
Aha! I did not know that. Thanks Kawa

Its seemed to have resolved the expletive issue. No crashing between rooms any-more

Why does the sluicebox code not use this? It only declares it in the main.sc as a local gExpletiveBuffer and gExpletive.