The Dink Network

Reply to Text under something

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:
 
 
August 13th 2006, 06:57 PM
goblins.gif
Neo
Peasant He/Him Poland
He Who Would Steal The Flame Must Die 
As mentioned in topic, for some reason I need text to be UNDER a sprite and status. (I mean, for example, make text being covered by a bush, making it irreadable for a while). Simple workaround like

int &sex = say_xy("I am horny", 30, 30);
sp_que(&sex, -1000);

doesn't work at all.

Any ideas?