isBoss
if ps.isBoss(source) then
print("This player is a boss.")
else
print("This player is not a boss.")
endLast updated
if ps.isBoss(source) then
print("This player is a boss.")
else
print("This player is not a boss.")
endLast updated