30-11-2003, Zorm - Fixed text going all uppercase sometimes and gm body commands. 01-12-2003, Kell - Added @EquipTest and @ItemEquipTest (return 1 cancels equiping). - Changed @SkillItemMake so that "return 1" only deletes the item if it's container hasn't been set. - Fixed bug with skills apparently not finishing (also fixes cartography). - Fixed summoning bug (Linux only). This has to do with doing propper memory initialization prior to using points. - Removed all specific handling for SERV.xxx(y).zzz and made it generic. You can now use either syntax: SERV.xxx(y).zzz or SERV.xxx.y.zzz. - Changed default release options for speed optimization. 02-12-2003, Kell - Fixed REAPAMOUNT / AMOUNT. It can now take multi-point values in a format similar to ADVANCE for skills. - Added SPEECHSELF= to sphere.ini, to allow setting the name of the speech trigger that should be called to intercept player speech. Suggested: SPEECHSELF=spk_player "return 1" in said trigger stops the player from actually talking. - Removed hard coded "home home home" - one can just use the default spk_player speech if that feature is desired (but mostly it's not) - Added SPEECHPET= to sphere.ini, to allow setting the name of the speech trigger that is called when a pet listens to its master. "return 1" in said trigger stops the pet from listenning.