Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T75354
Change Details
Change Details
Old
New
Diff
run this in debug console player addAction ["SOME ACTION!", {}, "", 10, false, true, "", "hintSilent str time; true"]; you will instantly see hint showing changing time. this is because action condition gets checked every frame already. Expected hint to show only when user scrolls mouse wheel
run this in debug console player addAction ["SOME ACTION!", {}, "", 10, false, true, "", "hintSilent str time; true"]; you will instantly see hint showing changing time. this is because action condition gets checked every frame already. Expected hint to show only when user scrolls mouse wheel
Continue