How to Make New COMBO Type
-
Hi I Want Some Help here , i Want to Make New Combo type That Have 4 Slices
Seperated by: ":"
Like thisNUM1:NUM2:NUM3:NUM4
-
you can do that in the environment.ini which is located in your openbullet settings folder.
This explains all the fields: https://openbullet.github.io/usage.html#environment
-
Is is Like That
^.:.:.:.$
-
If the NUM means all digits you can do
^[0-9]+:[0-9]+:[0-9]+:[0-9]+$