Skip to content
MSN

trivia alias

A TG007 community discussion started by DreaM.

Discussion 13 posts
Page 1 of 1
Open
Topic #2190 · 13 published posts · 1,621 views

hi guys,

 

I am using this:

.timer.tr 1 5 /trivia

but it does not work for me and I am sure that the trivia alias works when I type /trivia and when I use:

.timer.tr 1 5 $trivia

the code works directly and ignore the timer 1 5 so can anyone tell me why and what should I add ?

 

I am using tat's trivia

.timertrivia 1 5 /trivia

 

if this doesn't work, tat's trivia requires some sort of properties before/after it to start proplerly.

thank you gate keeper but which requires lol ? that is what i am asking about

/trivia unlimited

 

/trivia 50

 

are what it needs but just /trivia should start it too

 

 

 

.timer.tr 1 5 /trivia

 

will only work if trivia is turned on and in the trivia channel

so timer will only work if its onjoin, however this option is allready included in tats trivia, you just nee to tick the option to turn it on when you join

My code does NOT have bugs. It just develops random features.

yes ozzy thank you but why .timer.tr 1 5 $trivia does not work?

 

The trivia works yes but it ignores the timer and does not wait for 5 seconds at all.

 

on *:text:*:#:{ .timer.tr 1 5 /trivia }

why the previous code does not work? the trivia is enabled and the bot is in the trivia channel.

 

Finally when I use in popups:

 

Trivia:/trivia

 

The trivia works so it means that alias is ok and the trivia in in the channel and everything is ok also i tried /trivia unlimited and trivia <number> but still no hope :-(

on *:text:*:#:{ .timer.tr 1 5 /trivia }[code=auto:0]

 

 

this will be starting because when you join a room your script receives text from the room, so you may need to make the timer longer

 

 

My code does NOT have bugs. It just develops random features.

OZZY, I tried

 

on *:text:*:#:{ .timer.tr 1 60 /trivia } (does not work at all

on *:text:*:#:{ .timer.tr 1 60 $trivia } (works directly as if no timer)

 

 

any ideas please?

 

 

on *:text:*:#:{ .timer.tr 1 60 $trivia(unlimited) }

 

or try

 

on *:text:*:#:{ .timer.tr 1 60 $trivia(50) }

My code does NOT have bugs. It just develops random features.

worked directly too OZZY as if no timer

worked directly too OZZY as if no timer

alias gotrivia $trivia(50)

on *:TEXT:*:*: { .timergo 1 60 gotrivia }

all i can say is , you prob got auto start trivia on join ticked in the trivia options, thats why its starting and not using the timer

 

cause all the options i have given you work, as i have just tested them

My code does NOT have bugs. It just develops random features.

did not work gate keeper and no OZZY my Auto start is not activated

 

I know that the alias works well but I can not know where the problem is when I l use timers.

 

any more help guys or what?

 

its something in your script thats stuffing it up then , cause everyone of those i gave you , work perfect and use the timer

My code does NOT have bugs. It just develops random features.