The Dink Network

Reply to Re: Sprite Won't Spawn

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:
 
 
January 7th 2016, 05:18 PM
burntree.gif
You need to set the sequence to 167, not 7; Then set the brain to 7.

sp_seq(&shad, 167);
sp_brain(&shad, 7);

also you might benefit from a:

preload_seq(167);

somewhere near the start of the script.