더미봇도 호스트 플레이어로 인식하나요?

갑자기 겜 터지네요 ㅠㅠㅠ
그리고 호스트 플레이어 체크하는 방법이
condition
{
Host Player == True;
}
이거 맞나여?

더미봇은 호스트 플레이어가 될수 없습니다.

local player와 host player를 헷갈려 하시는 것 같은데
local player는 최종 사용자한테서 조작되는 플레이어이고
host player는 방장이라는 뜻입니다.

condition
{
Host player == Event Player;
}
이것입니다.