6 lines
236 B
Lua
6 lines
236 B
Lua
|
dofile_once("data/scripts/lib/utilities.lua")
|
||
|
|
||
|
local entity_id = GetUpdatedEntityID()
|
||
|
local x, y = EntityGetTransform( entity_id )
|
||
|
|
||
|
shoot_projectile_from_projectile( entity_id, "data/entities/animals/boss_robot/rocket.xml", x, y, 0, 0 )
|