Quote:
Originally Posted by Raelyn
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. 
|
The GS2 way, have you read the wiki? (
http://wiki.graal.net/index.php/Creation)
HTML Code:
player.say2("Stuff in here");