Variables in MegaMUD [Archive] - ForumsHQ
-
Klynt
Variables in MegaMUD [Archive] - ForumsHQ
Are there variables in MegaMUD? If so, is there any documented help somewhere?
Re: Variables in MegaMUD [Archive] - ForumsHQ
What kind of variables?
You can setup message responses and it can store up to 4 or 5 variables.
You can setup message responses and it can store up to 4 or 5 variables.
-
Reckless
Re: Variables in MegaMUD [Archive] - ForumsHQ
Are all the little checkboxes considered variables? There are a number of things you can set in mega, except the one most important thing. [ ] Don't do stupid shit! :afire1: :afire1: :afire1:
-
Klynt
Re: Variables in MegaMUD [Archive] - ForumsHQ
I thinking along the lines of you have x amount of gold. You want to hide that amount at the beginning of the loop is there anyway to say to mega @begin loop [hide %g]?
Re: Variables in MegaMUD [Archive] - ForumsHQ
If you want to do that, you can just click "Stash point" under your loop settings. It will stash what you have. Other than that, you'd have to do an inventory, and message/response your inventory. It would probably work.
-
Klynt
Re: Variables in MegaMUD [Archive] - ForumsHQ
That doesn't seem to work....Am I not meeting certain criteria maybe being heavy?
Re: Variables in MegaMUD [Archive] - ForumsHQ
It should stash no matter what. Try to change the stash point, and re-learn room. Loop a couple times too.
Re: Variables in MegaMUD [Archive] - ForumsHQ
Stashing works better, but you can do what you want by simply inserting a step at the beginning of the path, set that step as 'hide 1000 g', and of course check relearn path step. But stashing it all works better.