boat and monster

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
Joey
New User
Posts: 19
Joined: Sun Jan 03, 2010 9:07 pm

boat and monster

Post 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
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm

Re: boat and monster

Post 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
Post Reply