WarriorsLib.isHuman(player)
Indicates whether the player is controlled by a human
boolean (0 or 1)
dbg.stm(WarriorsLib.getPlayerName(1)..", you are ".. (WarriorsLib.isHuman(1) == 1 and "a Human" or "an AI"))
Last updated 4 years ago