Difference between revisions of "MUDL2"

From WikiName
Jump to: navigation, search
Line 4: Line 4:
  
 
The following features have been added as part of the MUDL2 project:
 
The following features have been added as part of the MUDL2 project:
* [[Procedure Flags]] (%f) global variable
+
* [[Procedure Flags]] (%f or %procedure_flags) global variable
 
* Script parent (%parent) global variable
 
* Script parent (%parent) global variable
 
* Procedure Index (%procedure_index) global variable
 
* Procedure Index (%procedure_index) global variable

Revision as of 20:39, 16 May 2017

MUDL2 is a colloquial for new features added to MUDL that are only implemented for some game objects. In most cases, rooms, mobiles and areas have access to MUDL2 features while items do not.


The following features have been added as part of the MUDL2 project:

  • Procedure Flags (%f or %procedure_flags) global variable
  • Script parent (%parent) global variable
  • Procedure Index (%procedure_index) global variable
  • Current room (%room) global variable
  • Current area (%area) global variable
  • Construct calling method
  • Every_round calling method
  • Intercept_command calling method
  • MUDL:Timer calling method