Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Extension aims to integrate mythic mobs as NPCs in Typewriter.
Transform MythicMobs into cinematic actors for your stories.
Use MythicMobs as cinematic NPCs. This extension manages spawning, camera focus, animations (ModelEngine/BetterModel), quest objectives, and complex player interactions with per-player visibility.
Camera focus, click interactions, shift/click type filtering, and per-player visibility via audience system.
Camera tracking on NPCs, MythicSkill triggers at NPC position, and per-player camera bounds with focus offset.
HP, max HP, health %, distance, presence, visibility, faction, stance, threat table size, and active animations as conditions and variables.
Interact with NPC and watch skill complete objectives for quest progression.
🎠NPC Control
mythicmob_npc_definition — Define a MythicMob NPC templatemythicmob_npc_instance — Place an NPC in the worldmythicmob_npc_show — Reveal NPC to a playermythicmob_npc_hide — Conceal NPC from a player🎥 Cinematics
mythicmob_npc_camera_cinematic — Camera tracking on NPCmythicmob_npc_skill_cinematic — Trigger MythicSkill at NPCmythicmob_npc_camera_bound — Camera bound with focus offset⚡ Events & Interaction
mythicmob_npc_interact — Click interaction (shift/type filtering)mythicmob_npc_hit — NPC hit / deals damage to playerinteract_mythicmob_npc_objective — Quest: interact with NPCmythicmob_skill_objective — Quest: watch skill complete🧠Live Data (Facts)
mythicmob_npc_animation_playing_fact — Animation statemythicmob_npc_distance_fact — Distance to NPCmythicmob_npc_presence_fact — Is NPC alive?mythicmob_npc_visibility_fact — Can player see NPC?mythicmob_npc_health_percentage_fact — HP % (0-100)mythicmob_npc_threat_table_size_fact — Threat targets🔧 Entity Data
mythicmob_speed_data — Walking speed overridemythicmob_npc_bone_visibility — Conditional bone visibilitymythicmob_npc_attachment — Bone attachment/replacement🔄 Interaction Bounds
mythicmob_npc_look_at_interaction_bound — LookAt bound on NPCmythicmob_look_at_interaction_bound — LookAt bound on type📊 Variables
mythicmob_npc_health_variable (Double) — Current HPmythicmob_npc_max_health_variable (Double) — Max HPmythicmob_npc_health_percentage_variable (Int) — Health %mythicmob_npc_faction_variable (String) — MythicMobs factionmythicmob_npc_stance_variable (String) — Current stancemythicmob_npc_active_animations_variable (String) — Active animationsmythicmob_npc_variable (String/Int/Float/Double) — Read any MM variable