Why wont this work? The function is executed with:
Code:
interactwithfakeciv(id , npcid[id])
and the function is loaded like this:
Code:
public interactwithfakeciv(id , npcid[id] ) {
npcid[id] is an global int.
I already fixed this by doing it a different way, but i would still like to know why this wouldn't work?