You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns true if player p's is r15; otherwise, false is returned.
Example
-- Note: This is just a snippet
["Function"] =function(args, speaker)
ifr15(speaker) thennotify("Info", "This script doesn't support r15 players")
elseprint("r6!")
endend