Hi there
I'm making a plugin for some questing, however, I can't really get the past the gossipframe with multiple quests
I've made this plugin for fun, but it doesn't return anything.. the gossipframe with multiple available quests is open when this code is executed. What am i doing wrong?
GossipFrame test = new GossipFrame();
foreach (var entry in test.AvailableQuests)
{
Logging.Write(entry.Index.ToString());
}
thanks in advance
I'm making a plugin for some questing, however, I can't really get the past the gossipframe with multiple quests
I've made this plugin for fun, but it doesn't return anything.. the gossipframe with multiple available quests is open when this code is executed. What am i doing wrong?
GossipFrame test = new GossipFrame();
foreach (var entry in test.AvailableQuests)
{
Logging.Write(entry.Index.ToString());
}
thanks in advance

Last edited: