- What do you want to achieve? Keep it simple and clear!
So ive been recently been playing around with Beastslashes wonderful little dialogue maker plugin which has a bunch of options which give you a whole lot of freedom of what you can do with it. Now im currently playing around with the Conditions feature and im currently trying to make the npc change dialogue whenever the player triggers a proximity prompt in game.
- What is the issue? Include screenshots / videos if possible!
Now the problem is that the conditions script doesnt seem to be detecting that the player has triggered the Proximity prompt which in turn isnt changing the npcs dialogue and the output isnt saying why so im a bit left in the dark
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I havent really seen anyone else ask questions about the plugin outside of things that never ended up getting answered so i really didnt have anything to build off of other than the plugin page itself which still didnt really give me the answers i needed.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Heres the script that i tried to use but didnt seem to work.
return function(player)
local proximityPrompt = game.Workspace.TeleportersA.ProximityPrompt
if proximityPrompt.Triggered then
return true -- Message 1
end
return false -- Message 2
end;
and heres the link to the plugin page itself: Plugin