Page 1 of 1
boat and monster
Posted: Sat Jan 26, 2013 3:47 pm
by Joey
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
Posted: Sat Jan 26, 2013 10:55 pm
by atreiu
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