- Joined
- Apr 24, 2012
- Messages
- 5,113
JASS:
library MostDangerousLibrary
/**********************************************
*
* This is the most dangerous library
* So dangerous that even when you copy this
* code to your WE, WE will crash
*
**********************************************/
function MostDangerousFunction takes nothing returns integer
endfunction
endlibrary