



An each_turn property with both a local routine
and a routine inherited from a Class causes a runtime error in Strict mode. In DoScopeAction() in parserm.h should be
About Patches
Issue L61101
each_turn property causes runtime error
Submitted by: Sid Saperstein
Appeared in: Library 6/11
Fixed in: -
Problem
Solution (by Cedric Knight)
if (thing.each_turn == 0 or NULL) return;
if (thing.&each_turn == 0) return;
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.