
SpecificObjectCollision
295
★★★★★1 rating
Description
~~Works with simple scripts~~ When an agent enters a trigger volume carrying a specific object, fire an event off to other simple scripts. this is a bundle of 2 scripts: CollectionTarget - goes into a trigger volume, when the avatar walks into it carrying the right object, the event will fire out to your other simple scripts CollectionObject - goes into the object the avatar needs to be carrying into the target. Script Parameters: QuestId: This must match between the CollectionTarget and the CollectionObject. onAgentEnterWithObject: command to send to other scripts when the agent enters carrying the correct object. AgentInfo is also passed through.