Working on morph targets
This commit is contained in:
@@ -228,7 +228,7 @@ function StartGameQuest()
|
||||
quest.activate = function(this)
|
||||
print('activate...')
|
||||
local mc_is_free = function()
|
||||
this.boat_id = ecs_vehicle_set("raft", 0, 0, -10, 1.75)
|
||||
this.boat_id = ecs_vehicle_set("boat", 0, 0, -10, 1.75)
|
||||
this.npc_id = ecs_npc_set("normal-female.glb", 0, 2, -10, 1.75)
|
||||
this.boat = true
|
||||
-- ecs_set_slot(this.boat_id, this.npc_id, "captain_seat")
|
||||
|
||||
Reference in New Issue
Block a user