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)) ;
}