If you have just signed up for the Activesav platform, locating and using the editor is your first priority. Follow this tutorial to write your first active script.
Problem: A trigger that calls itself.
Example: on_deposit(): transfer(1, to="Checking") which triggers another deposit event.
Fix: The editor now flags recursive_risk with a red squiggly line. Always use disable_trigger() flags inside your events. activesav editor
In the standard browser, moving a structure requires selecting individual objects or small groups. An ActiveSave Editor, however, treats the world as a database. If you have just signed up for the
The most feared aspect of automated savings is the "runaway script"—a logic error that drains an account. The Activesav Editor has a fail-safe: Sandbox Mode. activesav editor