Tootsville.Game.Gatekeeper.newScript

Function

Tootsville.Game.Gatekeeper.newScript is a function with lambda list: (gram)

Load a new Javascript file pushed from the server.

This is potentially useful for patching the game on-the-fly.

The expected syntax is something like:

{ from: "newScript",
status: true,
script: "/path/to/script.js" }

See TOOTSVILLE-USER PUSH-SCRIPT for one way to generate these packets.