Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Tangled Rays on November 06, 2019, 09:38:53 AM

Title: Interacting with the Fungus dialogue asset, and Inventory Engine
Post by: Tangled Rays on November 06, 2019, 09:38:53 AM
Hi all, I am attempting to activate a random spawner in Fungus (Done), but how do I get Fungus to accept the randomly chosen item and spawn it, or get PlayMaker to spawn the item in the Fungus scene. Then I want to add the item to my Inventory Engine main Inventory. Is this doable by calling scripts/components/methods with Playmaker, or am I better off switching to Inventory Pro, as it has plenty of relevant actions in PlayMaker...?
Title: Re: Interacting with the Fungus dialogue asset, and Inventory Engine
Post by: jeanfabre on November 08, 2019, 01:47:28 AM
Hi,

 you can call method  in playmaker using sendMessage, CallMethod or InvokeMethod actions, but you will find yourself limited for more complex usage, so that's only for basics. Indeed if an asset provided playmaker support, this will be best.

Bye,

 Jean
Title: Re: Interacting with the Fungus dialogue asset, and Inventory Engine
Post by: Tangled Rays on November 08, 2019, 01:12:54 PM
Thank you, I think I'll have to weigh up the pro's and cons. I should think I only need basic stuff as I am new to all this anyways.