The Dink Network

Reply to Re: Idea: Creating scripts that are extremely versatile

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 30th 2003, 08:04 AM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Here is one I attach to a pebble or blade of grass.
void main ()
{
if(&level == 1) { preload_seq(131); sp_seq(&current_sprite,131); sp_script(&current_sprite,"en-pill"); }
if(&level == 2) { sp_seq(&current_sprite,651); sp_script(&current_sprite,"en-slim"); }
if(&level == 3) { sp_seq(&current_sprite,537); sp_script(&current_sprite,"en-bonc"); }
if(&level == 4) { sp_seq(&current_sprite,133); sp_script(&current_sprite,"en-pill2");
}
if(&level > 4) { sp_seq(&current_sprite,609); sp_script(&current_sprite,"en-bong");
}
}

works like a charm
(without that "amp" in there. What's with that anyway??)