Question #7
I have several NPCs with the following script.
PHP Code:
if (created) {
setshape 1,32,16;
}
if (playertouchsme){
say2 Says_stuff_here;
}
What is the GS2 equivalent for the say2 command? And is there something wrong about the functionality of this script (bad formatting aside)? Because I have 4 of them on the gmap, and two work, and two don't. All identical, the only difference is the sign text.
