I've added some trigger in WE with Jass and he use function from init trigger and this function located at line 2190 but it seems that my trigger located above because i get error with line 1700. So this look like i use undefined function but how can i solve this? I don't want to relocate all functions to lines above my trigger or just add code of my trigger to correct lines at init trigger. I just want separate trigger in new category like now. Can i relocate my trigger under this functions with save separating of trigger(not all in one trigger) to lines above 2190 or add some functions prototypes whithout realization like in C++?