- 237
- 444
Hey how i can make this with multiple Names
I tried:
if
8C14: not strcmp string1 24@ string2 "Name1"
8C14: not strcmp string1 24@ string2 "Name2"
and
use:
Код:
if and //can use if you have >1 conditions
8C14: not strcmp string1 24@ string2 "Name1"
8C14: not strcmp string1 24@ string2 "Name2"