Re: [SOLVED] Automatically hide an answer already made.
Posted: Wed Mar 16, 2016 8:48 pm
Hi,
(And sorry for the delay in your post appearing here. The forum was set to require moderator approval of new users' first posts to reduce spam. Other anti-spam measures are in place, so I just now disabled that setting.)
That's a really good question. The short answer is to use this format when you know a node may be linked from another conversation:
where 42 (for example) is the conversation ID of node 56's conversation.
I'll provide the long answer in the next post.
(And sorry for the delay in your post appearing here. The forum was set to require moderator approval of new users' first posts to reduce spam. Other anti-spam measures are in place, so I just now disabled that setting.)
That's a really good question. The short answer is to use this format when you know a node may be linked from another conversation:
Code: Select all
(Conversation[42].Dialog[56].SimStatus ~= "WasDisplayed")
I'll provide the long answer in the next post.