Thread: walking
View Single Post
  #7  
Old 12-08-2001, 02:25 PM
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
for players to walk on water it would be:
NPC Code:

NPC Code:

if (playerenters) {
replaceani walk,swim;
}



Reply With Quote