Quote:
Originally posted by psi
hi I need to know one or two things.
1. is there a script that has some effect such as if(npctouchsme)?
2. How do I change a players speed?
3. is there a way to make an npc attack only people with a certain item?
if you have the answer plz let me know and what the script is thnx
|
1. if (touchsother) {} or something like that ...
2. if (keydown(#)) {playerxory++or--;}
3. not sure