@Sparks Do you have any old references to scripting in Lua or Perl for Atlantis? I'm trying to get a simple Perl script to run but nothing happens. I create an alias and tell it to execute:

require Atlantis;

my $world = $Atlantis::StateData{'world.name'};
Atlantis::SendTextToWorld($world,"hello world");

1;

I'm thinking of trying it Lua since I get error messages at least. Not sure how the Atlantis modules work in Lua though. Thanks.