Reply to Re: is this script right
If you don't have an account, just leave the password field blank.
April 27th 2003, 04:45 PM

Paul


Are you trying to talk to "Karl" or the sprite the script is attached to? Because it's not going to do anything if you talk to Karl. If you want it to, mvoe the talk() function (everything from void talk(void) to the end) into a new script and attached it to Karl like this:
sp_script(&karl, "myscript");
sp_script(&karl, "myscript");