Condition: Run Command error

I want to set a condition like “Condition: Duration: 13:00: Run command.” I want to run a command at a specific time with this condition.
However, when the time comes, it constantly tries to launch this command and the bot turns off and on. It keeps trying to launch the same command. How can I solve this problem?

My goal is to run the command once and wait for it to complete.

@Ryan can you please help?

Help . ‘‘Condition = Run Command’’ Option is not working properly. The bot behaves erratically and shuts down because it constantly tries to start the scenario I drew.

Am I not able to do it? Or is there a problem with phbot?

What is condition = run command?

You need to make your condition better so it’s not running all the time then… make it so the condition isn’t always true…

You are right, but I don’t know how to edit this so that it can run only once.
I think there is a problem with the “Run command” option in the condition section.

I found a temporary solution like this. I created a new profile and added the scenario I drew to the contraction area scenario. This is how it currently works.

In the form ‘‘Condition = Duration = Profile’’.

I have the same question, what is “run command”? Screenshot what you’re talking about if it’s a translation error

I use translation from Turkish to English. Therefore, there may be translation errors.
I translated the bot into English to explain it.

In the window shown in the picture above, where “Time= 16:00= execute script” is written, I want it to run the script I gave it once at 16:00.

My script is like this:
‘’
walk,-16636,-310,863
wait,5000
teleport,Alexandria (Güney),Jangan
wait,5000
unequip,Beginner Thief Outfit (F)
wait,5000
walk,6432,1067,-32
DoStorageTake
walk,6457,1046,-32
walk,6476,1013,-9
walk,6506,1003,0
DoConsignment
walk,6482,1016,0
walk,6506,1003,0
walk,6476,1013,-9
walk,6457,1046,-32
DoStorageStore
equip,Beginner Thief Outfit (F)
wait,5000
walk,6430,1130,-1
walk,6398,1132,-6
walk,6361,1133,-6
walk,6328,1133,-5
walk,6293,1130,-2
walk,6290,1122,0
walk,6289,1098,8
walk,6286,1090,0
settleconsignment
walk,6287,1092,0
beginconsignment
walk,6290,1115,0
walk,6291,1128,-2
walk,6324,1130,-4
walk,6354,1130,-4
walk,6383,1130,-3
walk,6412,1129,-2
walk,6428,1120,0
walk,6450,1096,-33
wait,5000
teleport,Jangan,Alexandria (Güney)
wait,5000
profile,Deneme
‘’
Since my last solution was to change the profile, I added a profile change command at the end

After solving this problem, I have other plans :slight_smile: