MUDL2

From WikiName
Jump to: navigation, search

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