Create your Phiro Virtual Timer in 3 parts:
1. Get minute & second time from user Make 3 Variables: Minute, Seconds, Total Seconds
Get timer value of Minute from user using Ask brick.
Get timer value of Seconds from user using Ask brick.
2. Convert user given time to seconds Calculate total no of seconds using formula.
3. Check condition to make Phiro stop when given time runs out
Repeat code until default timer > total seconds in Timer variable.
Turn Right until above condition becomes true.
Stop Phiro. Stop all Scripts.
Virtual Timer - Script
Test your code and watch if Phiro has followed your instructions. Did it do as expected? What did you do to improve your alarm?