Making text disappear

The Pixie
I have seen people get to happen. The response to a command will disappear after a while. Can anyone tell me how? Can you do it selectively so some text disappears, some does not?

Pertex
You can remove text with Javascript or do it with Quest commands:


<start type="script">
newsection=StartNewOutputSection ()
msg("This is a new section")
EndOutputSection(newsection)
wait {
HideOutputSection(newsection)
msg("Now it's gone")
}
</start>

The Pixie
Thanks.

The Pixie
By the way, none of these methods seem to be in the Quest documentation:

StartNewOutputSection
EndOutputSection
HideOutputSection

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums