Jump to content

smallbird spawns near (0,0,0)


Zepp
  • Fixed

When the player is near (0,0,0), the smallbird will think the player is the leader when it spawns.

And teleports to the player after spawning.

It may be a problem with prefabs\smallbird.lua:112:FollowLeader.

 

 


Steps to Reproduce

1. c_teleport(0,0,0)

2. Stay within (0,0,0) range 10

3. run code

local tallbird = c_findnext("tallbird") 
local smallbird = SpawnPrefab("smallbird") 
smallbird:PushEvent("SetUpSpringSmallBird", {smallbird=smallbird, tallbird=tallbird}) 

4. You can see that the number of the player's followers has increased.

5. After leaving the 10 range of (0,0,0), repeat the run code. Smallbirds are no longer generated around the player.

  • Haha 1
  • Big Ups 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...