excuse me:
Code:
Public Follow(id){
//you will have to find out yourself which player you want to follow(menu?) that should be id2
FollowPlayer(id,id2)
if (camera[id]){
attach_view ( id, camera[id] )
}else{
console_print(id,"I could NOT attach you to the player")
}
}
__________________