Skip to content
General IRCX

writing variables

A TG007 community discussion started by sugarboy.

Discussion 3 posts
Page 1 of 1
Open
Topic #5057 · 3 published posts · 1,468 views

Whats the basic command to write a variable in the variables tab. Not manually like through a dialog

*Insert interesting signature here*

//set %varname string

if you're using an editbox like in the status window you'd need two forward slashes (//)

People are like slinkies; they're generally boring until you push them down stairs

//set %varname string

if you're using an editbox like in the status window you'd need two forward slashes (//)

 

You only need one / unless you want the things you're adding to the variable to evaluate an extra time, for example:

 

* Set %x to $time

 

* Set %x to 04:24:40

 

See the difference?