THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
how to make ob seperate hits by balance
-
Hi, I was wondering if it was possible to make ob separate hits with like no balance, for example,
OpenBullet checks a login, once logged in it checks for the balance, I want OpenBullet to make hits that have no balance on a separate txt than an account with a balance
-
Sure, you can do it with loliscript, here is an example :
IF "<Balance>" GreaterThan "0" #write_it_into_a_file UTILITY File "yourfilename.txt" Append "*What you wanna save*\\r\\n" ELSE #write_it_into_a_file UTILITY File "yourfilename2.txt" Append "*What you wanna save*\\r\\n" ENDIF
-
@luciole ok but where do i put the code?
-
nvm, it wont work
-
nevermind, it does work