belive me i am very good at coding in gamestudio
lol, so I'm not the only one getting this kind of messages from him!

coding guru Romin, here are the differences between local and global:
VECTOR temp_vec; // fucking global shit!
// useful function goes here:
function killYouSeft(){
VECTOR temp_vec; // fucking local shit!
}