Jump to content

Recommended Posts

Posted (edited)

Ok

$var1 = "0"

sleep(1000)

$var1 = $var1 + 1

Im trying to make it so it adds 1 to the var

Like 0+1=1 so the var will be 1 now.

How would i do that?

Than how can i use a var in a splash txt like

SplashTextOn('',Session: $var1',300,50,1,1)

Or how would i do that

Edited by Garrett19212
Posted

hmm how would i do it in a splash text though cuz i dont wang a msg box to pop up!

<{POST_SNAPBACK}>

$var1 = "0"
SplashTextOn('', $var1)
sleep(1000)
$var1 = $var1 + 1
SplashTextOn('', $var1)
Posted

concat strings is...

Splashtexton("" , "me " & $var & " you")

Lar.

<{POST_SNAPBACK}>

ROFL pwnt.

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

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...