Skip to content
MSN Addons

Simple Away System

A TG007 community discussion started by Eaglenest25311.

Discussion 24 posts
Page 2 of 2
Open
Topic #3709 · 24 published posts · 1,834 views

I'm sorry Vexation, But that code still don't work right, does it work on yours?

The Wait String (timer) is so it waits tell the person has Joined completley in room before exacuting away, That's all, that part I'm having no problem with, The bot now with your code exacute away (back) even though the bot is allready away (back)

 

As far as the message part LoL, That was a test to see if and else command was working right, it does if $away == $true does not match, But both in away and away away comes out to be true, This is my problem, It's not changing to $true To $false the $away value stays constant and does not return a diffrent value

if $away is not changing when you go away/back, then there's a problem with your connection because it's not letting mirc know that it's away or back. i give up

bfush.PNG

I'm in Techgear chat room if you like to talk to me personaly

ok with this Code I will show you, It by what we found out should work

 

#awayauto on

on *:join:#:{ { if ($away == $false) timer50 1 2 away } else away away }
on *:part:#:{ { if ($away == $true) away away } else away }

#awayauto end

 

And if you know math this should work

 

A=1 B=0
C=01 D=02
F=A Then F should return 1 and If F=B then F should return 0

on *:join:#:{ { if (F == 1) timer50 1 2 /D } else /C }
on *:part:#:{ { if (F == 0) /C } else D }

 

The Problem is that F does not Change the Value as it should if $true And $False is the State of the $away value, as Stated in Mirc, I still Think I'm missing an Value not mention here to make this Formula working

Thanks Vexation for all your Help, Sorry we could not figure it out. I will do one more test and turn off my firewall, But It ask me allways if something to be sent if allowed and or not. But thanks Bud, You have been a great help