Quote:
Originally Posted by falco10291029
Ok....its new to me cus for the past 2 years ive made single player adventure games so its new for me.....also with(index) is thhe correct format right not with(players[index])
|
NPC Code:
with(players[index]){
//do action
}
There are a bunch of others players[index] variables too, not only .
id;
Learning scripting is just an act of read, comprehend and test.