mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Create a_thifling_sprite.lua
This commit is contained in:
parent
7ce2a2d90e
commit
102ce46de0
1 changed files with 11 additions and 0 deletions
11
growthplane/a_thifling_sprite.lua
Normal file
11
growthplane/a_thifling_sprite.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
function event_signal(e)
|
||||
entity_list = eq.get_entity_list();
|
||||
|
||||
if(e.signal == 1) then
|
||||
local mobtypeID = entity_list:GetMobByNpcTypeID(127098);
|
||||
local follow_mob = mobtypeID:GetID();
|
||||
eq.follow(follow_mob);
|
||||
elseif(e.signal == 2) then
|
||||
eq.stop_follow();
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue