The Dink Network

Reply to Re: Player map not changing

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 27th 2011, 04:30 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
nsgate script - attatch to a barrier you dont want him to pass


void main(void)

{
if (&story < 1)
{
 sp_nodraw(¤t_sprite, 0);
 sp_touch_damage(¤t_sprite, -1);
}

if (&story >= 2)
{
sp_nodraw(¤t_sprite, 1);
sp_hard(¤t_sprite, 1);
draw_hard_sprite(¤t_sprite);
}
}

void touch(void)
{
if(&story < 2)
{
say("I can't get past.", 1);
move_stop(1, 8, 64, 1);
freeze(1);
unfreeze(1);
}


Change this - ¤t_sprite- to &current_sprite it messes up when i past stuff in there grrrrr