Skip to content

Instantly share code, notes, and snippets.

@commy2
Created July 8, 2016 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save commy2/7cb47c5cd7c0885492e7e57ba46374a4 to your computer and use it in GitHub Desktop.
Save commy2/7cb47c5cd7c0885492e7e57ba46374a4 to your computer and use it in GitHub Desktop.
ID1 = player addEventHandler ["fired", {
systemChat str 1;
player removeEventHandler ["fired", ID1];
}];
player addEventHandler ["fired", {
systemChat str 2;
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment