
08-12-2001, 05:02 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
first..
followplayer doesnt work . come on read the forum more often .. =( . last week was like official follow week or was it 2 weeks ago ?
well .. also playersays was eliminated from the npc server!
you have to do
if (playerchats&&strequals(#c,blabla)) .. you can just do
if (playerchats) . or u can do if (strequals(#c,blabla)) but to get the same effect as playersays() do the first one.
and the last thing is before u edit a npc char . undestand it. u cant just add stuff to it . u gotta change it . else its gonna complicate with the current scripting and all the modes will go crazy blabla.. |
|
|
|