I have visual studio 2010, and I watched the zdoom or zandronum code (actually the thing that I only get was the nodes functions that I already used, I saw the acs part of the code but for me it looks like a salad and I get lost on it :S
first to get how all that thing work I would create a something like, this
Code: Select all
int acs_test(){
return 1;
}
What I would like to do is a function that would return the player position (not the marine, but where you actually are, like if you're f12 someone, you would get the position where this guy're,...)
I know I could get this data from where id_mypos console command read, so it would be only a matter of pointers...
Well I hope I'm posting it on the right place :s