Skip to content

Instantly share code, notes, and snippets.

@huffman
Last active August 29, 2015 14:14
Show Gist options
  • Save huffman/a6c76b27712f5350cbc1 to your computer and use it in GitHub Desktop.
Save huffman/a6c76b27712f5350cbc1 to your computer and use it in GitHub Desktop.
Self evaluating entity script
(function(){
print("Loading self evaluating entity script");
this.preload = function(entityID) {
var properties = Entities.getEntityProperties(this.entityID);
eval(properties.userData);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment