Reply to Re: script crashes my dimod.....i think?
If you don't have an account, just leave the password field blank.
I am still learning to write dink script but, why did you not unfreeze(&man)?
Perhaps,
void main(void)
{
if(&story == 1)
{
//Your script
unfreeze(1);
}
//unfreeze(1); is not called if(&story != 1)
}
mm.
Perhaps,
void main(void)
{
if(&story == 1)
{
//Your script
unfreeze(1);
}
//unfreeze(1); is not called if(&story != 1)
}
mm.