In loathing under map actions there is an Action called SNIF. It basically sees if the player is pressing the right keystroke. It is used alot on the tutorial map (00 Training Map in loathing). Well what Id like is a list of the integers for each keystroke. Ive tried to put the actual keystroke in the Element but no matter what Key I hit it always comes out as 0. So to use this map action I need to know the integers. Im also wondering if this would work for keys not used by myth. If so it could be a useful way to add a keystroke by scripting it. Anyway...this post is obviously for Myrd or CIK as they would be the only ones that could offer this information. So let me know.
Edited By ozone on 1138972518
Is it be possible to get a list of (case,integer) - SNIF map action
Unless it's been changed, I'm pretty sure the only keys it recognises are the ones from the tutorial map, so the scripting in that is the full list
You should also never ever use this script action for a map where you know there is a possibility of more than one human player, because the moment you press a key that matches, everyone goes OOS.
You should also never ever use this script action for a map where you know there is a possibility of more than one human player, because the moment you press a key that matches, everyone goes OOS.