TIP
getOnlinePlayers()
1: $target$ = $args$[0] 2: if ($target$ in getOnlinePlayers()) { 3: sendMessage($player$, $target$ + " is online.") 4: }