Difference between revisions of "MUDL2"

From WikiName
Jump to: navigation, search
 
Line 12: Line 12:
 
* [[MUDL:Every_round|Every_round]] calling method
 
* [[MUDL:Every_round|Every_round]] calling method
 
* [[MUDL:Intercept_command|Intercept_command]] calling method
 
* [[MUDL:Intercept_command|Intercept_command]] calling method
* [[MUDL:Timer]] calling method
+
* [[MUDL:Timer|Timer]] calling method
  
  
 
[[Category:Building]] [[Category:MUDL]]
 
[[Category:Building]] [[Category:MUDL]]

Latest revision as of 23:53, 20 May 2018

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
  • Timer calling method