Reply to Thanks Paul!
If you don't have an account, just leave the password field blank.
: : Well, if I didn't know how to do that, how would I have done any of CC?
: : No, what I want to be able to do is attach a script to a map sprite from within another script. Possible?
: Sure. Here's how:
: int &temp = sp(YourSpriteNumberHere);
: sp_script(&temp, "YourScripthere");
Heh, it worked! I have no idea what I was doing wrong before, but the copy and paste of this worked perfectly. Many thanks
: : No, what I want to be able to do is attach a script to a map sprite from within another script. Possible?
: Sure. Here's how:
: int &temp = sp(YourSpriteNumberHere);
: sp_script(&temp, "YourScripthere");
Heh, it worked! I have no idea what I was doing wrong before, but the copy and paste of this worked perfectly. Many thanks






