- I made sure my file(s) follow the Submissions Guidelines
- Yes
Scrolling through Addons & More, trying to find little visual-only Lua scripts for your Hangout server?
Lawyer Gestures is here, just for your emotional purposes!
Lawyer Gestures is just what you'd expect from an add-on with that name - a compilation of in-court cut-ins from the original Ace Attorney trilogy, recreated only via Lua.
- Witness Testimony: Whenever you feel like you just want to share a sad (or just hilarious) moment with the people you know, type
testify <topic>
in the console to start "testifying" about that moment. You have to typeendtestimony
to clear up the screen after that, though.
- Cross-Examination: About to have a duel argument? Type
crossexamine <prosecnode> [topic] [defnode]
to start a cross-examination cut-in. Automatically stops any testimony running, as well. The "defense" shows up on the left, and the "prosecution" shows up on the right. You can supply a topic to this as well. D-Don't mind the white glitchiness, it's just the gif.
- Shout bubbles: It wouldn't be Ace Attorney without those now, would it? All the three Custom Action buttons are bound to each of the three shout bubbles. Press C1 to shout "Hold it!", C2 for "Objection!" and C3 for "Take that!". Alternatively, you can use the
shout <type>
command.
The Witness Testimony effect, the Cross-Examination mini-character portraits and all the shouts are automatically recolored to your player color.
Make sure your character has two additional sprites at the end of their sprite list.
- SUSPA0 - CE portrait (Defense)
- SUSDA0 - CE portrait (Prosecution)
Make sure the three sounds are present in your sounds folder and are already freeslotted. Then paste this code and fill it out with your character and sounds:
Lua for voice:
skinToShout["yourskin"] = {
holdit = sfx_cshold, -- "Hold it!"
object = sfx_csobje, -- "Objection!"
tkthat = sfx_cstkth -- "Take that!"
}