hpoonis2010 Adept
  
  Joined: 18 Jun 2019 Posts: 279
 
  | 
		
		  
			
			   Posted: Thu Feb 25, 2021 1:31 pm   
  Serious cmud & gmcp issues   | 
			 
			
				Aardwolf has fully gmcp functional. Eg., 
 
 
#SH %gmcp.comm.quest 
 
 
used to give me a shedload of output
 
 
EG., targ="A shitty frog"|room="Dave's boudoir"|area="Outer Mongolia"|totqp=21|timer="42"|action="comp"
 
 
but now it (%gmcp) returns almost nothing. (quest="action=status|status=ready")
 
 
Add to that I have a package that I created. So far it is to do with daily (every 30 min) quests. I have some aliases to initiate a quest, fire a trigger to populate some vars and display a message.
 
 
Does nothing.  Was working fine this morning because it relies on
 
 
	  | Code: | 
	 
	
	  | #IF (%gmcp.comm.quest.action="ready")  | 
	 
 
 
which no longer gets returned.
 
 
Any ideas where to start?  I am at a loss.
 
 
I run up a VM, installed a new cmud and logged onto aardwolf.  Default install, no extra packages.
 
 
I typed #SH %gmcp.comm.quest and got the same output.
 
 
%gmcp.char seems to work fine. | 
			 
		  |