Page 1 of 1

How to pass a variable between profiles

Posted: Sat Feb 20, 2021 6:40 am
by jbrumble
Hello folk,

I'm looking for guidance on how variables can be passed between profiles without having the information scrolling through the main window.

Re: How to pass a variable between profiles

Posted: Sat Feb 20, 2021 9:19 am
by Vadi
Hey, check out how the event engine works: https://wiki.mudlet.org/w/Manual:Event_Engine

Then you can use a global event that all profiles will receive to pass your data: https://wiki.mudlet.org/w/Manual:Lua_Fu ... lobalEvent

Also check out viewtopic.php?f=6&t=23023

Let us know if you need any help :)