I had a quick look and it is grabbing from a venom table instead, is there a way to define that it grabs only from a certain list and not another instead?
Abhorash says, "Ve'kahi has proved that even bastards can earn their place."
Do yourself a favour and restart mudlet. Sometimes tables/functions need to be properly deleted for your scripts to work. Restarting mudlet forces the lua cleanup process.
Well it whispers now, but only the first two on the list over and over so I am slowly getting there! I am wondering now if i add something like this will it record the afflictions I give.
addEAff(nextwhisper[1])
addEAff(nextwhisper[2])
Something like this coded in?
Abhorash says, "Ve'kahi has proved that even bastards can earn their place."
It will continue to whisper the first two in the list until it tracks that you have given them to your enemy. The aff tracker portion for whispers requires that you set the following two variables (since the whisper message doesn't show what you whispered):
tmp.whisper = {nextWhisper[1], nextWhisper[2]}
Put that line right above your send dwhisper line and it should track the whispers properly.
Comments
Abhorash says, "Ve'kahi has proved that even bastards can earn their place."
Well it whispers now, but only the first two on the list over and over so I am slowly getting there! I am wondering now if i add something like this will it record the afflictions I give.
addEAff(nextwhisper[1])
addEAff(nextwhisper[2])
Something like this coded in?
Abhorash says, "Ve'kahi has proved that even bastards can earn their place."
Abhorash says, "Ve'kahi has proved that even bastards can earn their place."