Skip to content

Instantly share code, notes, and snippets.

View OverlordZorn's full-sized avatar
just the perfect amount of tea

OverlordZorn OverlordZorn

just the perfect amount of tea
  • Southern Germany
  • 13:45 (UTC +02:00)
View GitHub Profile
CUL_snowEmitter = objNull;
CUL_doSnow = {
private _unit = ACE_player;
if (alive _unit && {!([_unit] call ace_common_fnc_isInBuilding)}) then {
if (isNull CUL_snowEmitter) then {
CUL_snowEmitter = "#particlesource" createVehicleLocal getpos _unit;
CUL_snowEmitter setParticleParams [
["\A3\data_f\ParticleEffects\Universal\Universal",16,12,13,1],
"",
"Billboard",
@OverlordZorn
OverlordZorn / markdown-text-101.md
Created July 17, 2023 16:16 — forked from matthewzring/markdown-text-101.md
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

@OverlordZorn
OverlordZorn / arma_useful.md
Created September 26, 2022 23:16 — forked from MildlyInterested/arma_useful.md
Arma useful links