The Dink Network

Reply to Re: Summoning

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:
 
 
March 10th 2006, 10:13 AM
duck.gif
wesley
Peasant He/Him United States
 
would doing a wait(1); in the enemy scripts work? The main proc might be running before the summon sprite is created. Actually since your summon script loop is a wait(25); to check if the screen has changed, maybe put a wait(30); at then end of the enemy's main proc and then sp_target(&cur... &summon); after the wait command.

Might work. They can't target the summon if it isn't drawn yet.