Reply to Re: Help me
If you don't have an account, just leave the password field blank.
I doubt you can do that in PQ. You'll have to create a script that deletes magic yourself.
void main( void )
{
kill_cur_magic();
draw_status();
}
Copy that in notepad and save it as key-45.c or something (if I remember correctly that's the delete key) in the PQ story directory, then arm the magic you wish to remove and press delete.
void main( void )
{
kill_cur_magic();
draw_status();
}
Copy that in notepad and save it as key-45.c or something (if I remember correctly that's the delete key) in the PQ story directory, then arm the magic you wish to remove and press delete.