- script Eva Check -1,{
OnInit:
bindatcmd("@evacheck", strnpcinfo(3)+ "::OnCheck");
end;
OnCheck:
dispbottom "You currently have " +#CASHPOINTS+ " eva points";
end;
}
Hi Guys, how can i add this into groups.conf? so the players can view this @evacheck in their @commands
OnInit:
bindatcmd("@evacheck", strnpcinfo(3)+ "::OnCheck");
end;
OnCheck:
dispbottom "You currently have " +#CASHPOINTS+ " eva points";
end;
}
Hi Guys, how can i add this into groups.conf? so the players can view this @evacheck in their @commands