The Dink Network

Reply to Re: Script interference

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 26th 2018, 07:05 PM
wizardg.gif
LeprochaUn
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
because the sprite that script is attached to, is not on the same screen.

script_attach(1000) moves the script onto sprite 1000, and shouldn't have any issues continuing on another screen.
If you change screens the sprites that script knows will be gone, yes. In this case you'd probably want to create_sprite() what you need within the script.