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, 11:23 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
That makes sense. I'll try it when I get home. I guess I'll try something like...

wait(30);
//see if there is a summon
if (&summon > 0)
{
if ((&random(1,2)) == 2)
{
sp_target(&current_sprite, &summon);
}
}

If this doesn't work, maybe theres a way I can force them to do this upon creating the summon on the screens. I was thinking on putting these lines in a new procedure for the enemy. I think you can make a script do a procedure from another. I'll check into it.