- Joined
- Apr 24, 2012
- Messages
- 5,113
Does importing a .j file and uses it in my code works?
Example:
Saved as Rad.j and imported it and used it in my map.
Example:
JASS:
function RandomRad takes nothing returns real
return GetRandomReal(-bj_PI,bj_PI)
endfunction