Is this the right line for editing it? I add "//" it doesn't work lol ) I don't know how to remove this can anyone help me?
I want the Injustice Card Auto Cast Sonic Blow will not stop even attacking (/nc)
if (skill == AS_SONICBLOW)
pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
else if (skill == PF_SPIDERWEB) //Special case, due to its nature of coding.
type = CAST_GROUND;
Question
WhatFT
Is this the right line for editing it? I add "//" it doesn't work lol
) I don't know how to remove this can anyone help me?
I want the Injustice Card Auto Cast Sonic Blow will not stop even attacking (/nc)
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.