Skip to main content

meg <entity> mounts <'model'>
🚫 Cancellable
This event is cancellable. This adds:
  • The <context.cancelled> tag
  • The - determine 'cancelled' command
  • The cancelled:<true/false> event switch
  • The 'ignorecancelled:true' event switch

This event is fired when a player interacts with a ModelEngine model.

Contexts​

ContextDescription
<context.model>returns the MegActiveModelTag of the model that the entity is mounting.
<context.entity>returns the EntityTag of the entity that is mounting the model.
<context.is_driver>returns a ElementTag(Boolean) of whether the entity is mounting the model as a driver.