mrchinh5000
Platinian
I try to mod some game have battle arena but enemy and player have same dame, same hp when i editted value.Can you show me how to split dame of them.
this gamewhat game? i wanna see what can i do.
if it includes something (type: bool)
isplayer
isemeny
isCPU
or other
you may use if statement to split
example:
if(this.isplayer)
{
damage=999999999;
}
else
original damage function;
tks manJust try to increase damage to 999999999
For god mode just change bool is visible to false
that's all DONE!!!!
if it includes something (type: bool)
isplayer
isemeny
isCPU
or other
you may use if statement to split
example:
if(this.isplayer)
{
damage=999999999;
}
else
original damage function;