How to pass a variable between profiles

Post Reply
jbrumble
Posts: 15
Joined: Sat Jan 09, 2021 4:31 am

How to pass a variable between profiles

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

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: How to pass a variable between profiles

Post 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 :)

Post Reply