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
Greenman edited this page Jan 20, 2020
·
2 revisions
Documentation
boolean r15(<Player> p)
Description
Returns true if player p's is r15; otherwise, false is returned.
Example
--Note: This is just a snippet
["Function"] =function(args,speaker)
ifr15(args[1]) thennotify("Info","This script doesn't support r15 players")
elseprint("r6!")
endend