View Single Post
  #8  
Old 01-14-2005, 08:44 PM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
Quote:
Originally Posted by Shaun
The last time I read newfeatures, I think something was mentioned that they're trying to replace

if (playersays(whatever))

with

if (strequals(#c,whatever))

So yeah, I haven't really kept up to date. I think anything after 1.34 is completely new to me, except for a couple of lights stuff. But I only really know setimgpart to manipulate lights :X

Indeed, but that must be used with an event block :

NPC Code:

if (playerchats){
if (strequals(#c,text)) ;
}

__________________
Former Global Scripting Team Member


Reply With Quote