Jump to content

Recommended Posts

Posted

hi i need some help i want my scribt to restart and that i know how to do but the thing i dont know what to do is to do it so every time it starts over it will send different text messege.

for exampel

first restart it will send hi1

restart two it will send hi2

restart three it will send hi3

please help me and if you need me to explane more just say it ^^

Posted

if it only need to be restarted 3 times i will do like this

$times=0
do
$times=$times+1
if $times =1 then send ("hi1")
if $times =2 then send ("hi2")
if $times =3 then send ("hi3")
until $times=3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...