problems with /varset and $return

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

mongo
decaying skeleton
decaying skeleton
Posts: 8
Joined: Sun Jun 22, 2003 7:52 pm

problems with /varset and $return

Post by mongo » Sun Sep 07, 2003 10:52 pm

I am having problems using sub's $Return

Code: Select all

/call XXXX
/varset CHSPELL "$return"
/echo $CHSPELL , $return
Always gives me:
[Macroquest] complete , Complete Healing


I have CHSPELL defined as $V28

Code: Select all

#define CHSPELL v28

I'm pulling my hair out on this one... What do I need to do to get the full string into my vars???