The Dink Network

Reply to Re: This program frustrates me...

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 29th 2004, 03:54 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Is 45 the number that it has in DinkEdit? Anyway, there are a whole bunch of different number types, including editor sprite numbers and game sprite numbers. Editor sprites numbers will range from 1-99 and will be visible in DinkEdit. Game sprite numbers are created 'on the fly', so they will probably be different from editor sprite numbers due to a different order.

Anyway, if 45 is indeed the editor number of the sprite, then you do this:

int &mysprite = sp(45);
sp_nodraw(&mysprite, 1);