CenTdemeern1
Member
Hi, I'm writing a lua script that needs to be able to get input from Lua/A, Lua/B, and Lua/C on the intermission screen. (Or other buttons, but preferably these.)
I heard on Discord that the normal way to get input from these buttons is
Problem is, getting input on the intermission screen this way only seems to work when exiting via `exitlevel` in the console, and not at the end of an actual race.
Anyone have any ideas?
Also, sorry if I accidentally posted this in the wrong section, I was debating whether this should go in Ring Racers Modding or Ring Racers Support so I picked this one, sorry if I picked wrong (Modding sounds like it's for mod showcasing and stuff?)
I heard on Discord that the normal way to get input from these buttons is
player.cmd.buttons & BT_LUAA
(or BT_LUAB
, or BT_LUAC
).Problem is, getting input on the intermission screen this way only seems to work when exiting via `exitlevel` in the console, and not at the end of an actual race.
Anyone have any ideas?
Also, sorry if I accidentally posted this in the wrong section, I was debating whether this should go in Ring Racers Modding or Ring Racers Support so I picked this one, sorry if I picked wrong (Modding sounds like it's for mod showcasing and stuff?)