Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Last active December 14, 2015 15:58
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 duk3luk3/5111515 to your computer and use it in GitHub Desktop.
Save duk3luk3/5111515 to your computer and use it in GitHub Desktop.
if (isServer) {
_randomPos = floor(random 2);
switch (_randomPos) do {
case 0: {
_this setPos [0412,0430,0];
};
case 1: {
_this setPos [0410,0395,3];
};
case 2: {
_this setPos [0430,0410,0];
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment