boat and monster
boat and monster
hello, i would like to make possible that monster can go on a boat player and attack him if the boat is unloack. can some show me how i could make this possible
Re: boat and monster
maybe add in his AI some like
if (player.multi in {your boats})
found bridge in radius;
UseItem(bridge,monster);
go on boat and kill them all;
endif
if (player.multi in {your boats})
found bridge in radius;
UseItem(bridge,monster);
go on boat and kill them all;
endif