The Dink Network

Reply to Re: Probably insanely basic DinkC question...

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:
 
 
December 22nd 2002, 03:54 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
before drawing hardness, make the portal hard

int &portal = create_sprite(199, 202, 6, 169,1)

sp_hard(&portal,1);

draw_hard_sprite(&portal);

say_stop("Ok!", 1);

Ehm, that should be this to make the portal hard :

sp_hard(&portal, 0);

0 = hardness

1 = no hardness