Skip to content

Instantly share code, notes, and snippets.

@trainspotexe
Last active November 17, 2018 14:21
Show Gist options
  • Save trainspotexe/9430e582e92d53da136917f2f72cc2e3 to your computer and use it in GitHub Desktop.
Save trainspotexe/9430e582e92d53da136917f2f72cc2e3 to your computer and use it in GitHub Desktop.
@name "TestingTSX";
global entity Ent = system.getEntity()
function void Loop() {
server{
global entity ent = system.getEntity()
ent:applyForce(vector(25,0,0));
}
}
event.add("Think", "Loop", Loop);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment