Skip to content

Instantly share code, notes, and snippets.

View nomisum's full-sized avatar
🌙
zz

nomisum nomisum

🌙
zz
View GitHub Profile
["nomisum"] call {
missionNamespace setVariable [_this select 0,player, true];
[0, {
params ["_myName"];
private _curVarName = _myName+"Cur";
if (!isNil _curVarName) then {
[-1, compile format["if (player == %1) then {%1 sideChat 'deleting Curator';}", _myName]] call CBA_fnc_globalExecute;
deleteVehicle (missionNamespace getVariable [_curVarName, objNull]);
missionNamespace setVariable [_curVarName, nil, true];
@nomisum
nomisum / SaveiOSAndroid.jsx
Last active January 26, 2016 18:14 — forked from hhsaez/SaveiOSAndroid.jsx
Adobe Illustrator script for exporting icons to iOS and Android in all supported sizes.
/**
* Remixer 1: @herkulano (http://www.herkulano.com)
* Remixer 2: @hotappsfactory (http://www.hotappsfactory.com)
* Thanks to: Niels Bosma (niels.bosma@motorola.com)
* Remixer 3: @nomisum (mixing some Matthew Ericson in)
**/
// script takes @2x as basis. edit the 'saveToRes' lines for other scalings
// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
// autoloadouts.sqf
// Aufruf:
//
//[
// ["ARC_GER_Flecktarn_soldier_LAT", "ksk_g3ka4_2"],
// ["ARC_GER_Flecktarn_soldier_FOO", "bar"]
// // ....