Thread: help me plz!!!
View Single Post
  #2  
Old 02-13-2002, 04:24 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: help me plz!!!

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
Reply With Quote