Do not speak when dead #457
Unanswered
Lightning01177
asked this question in
Q&A
Replies: 2 comments
-
for exports pma voice? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to include this export in the pma voice so that when they are dead they cannot speak.
My ambulancejob export:
local deadStatus = exports.brutal_ambulancejob:IsDead()
if deadStatus == true then
print('Dead')
elseif deadStatus == false then
print('Not Dead')
end
Beta Was this translation helpful? Give feedback.
All reactions