In this case:
if( dist_between(351,500) && same_z_axis() && ( self.mp > 100 ) && ( target.state != 14 ) )
{
DuJ();
return 0;
}
I need to put int randomval = rand(100) inside or outside this function?
To put other command
if( dist_between(351,500) && same_z_axis() && ( self.mp > 100 ) && ( target.state != 14 ) )
{
DuJ();
return 0;
}
I need to put int randomval = rand(100) inside or outside this function?
To put other command

Chat
