tworld
tworld copied to clipboard
A way to execute code in a given player's context
Something like: evalfor(player, callable)
Which would run the callable in a child EvalPropContext, with the player's uid.
Only legal if the player is in this instance.
Should it run in the given player's location? Potentially a problem! (Barename symbols should have an implicit dependency on the playstate location.)