Isplayer
isplayer - syntax: isplayer(CH)
Returns true if the character is a player.
if isplayer(ch) then say ("You're a player!") end if not(isplayer(self)) then say ("I'm not!") end
Aardwolf Main
Aardwolf Info
Aardwolf Wiki
Wiki Help
isplayer - syntax: isplayer(CH)
Returns true if the character is a player.
if isplayer(ch) then say ("You're a player!") end if not(isplayer(self)) then say ("I'm not!") end