Page MenuHomeFeedback Tracker

Scroll wheel actions breaking
New, NormalPublic

Description

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Other
Steps To Reproduce
  1. Have a first aid kit
  2. Execute this in debug
[] spawn {
	player setDamage 0.8;
	
	player playMoveNow "AinvPknlMstpSnonWnonDnon_medic_1";
	uiSleep 2;
	
	player playMoveNow "AinvPknlMstpSnonWnonDnon_medic_1";
};
  1. Right after executing said code, treat yourself with a first aid kit.

The only animation that will play is the first playMoveNow. The treat animation will be skipped and you'll remain untreated. However, all scroll wheel actions will stop showing up (aside from the ones that switch weapons).

Event Timeline

Azeh created this task.Mar 15 2020, 6:09 AM