Caronte3D Posted yesterday at 04:51 PM Posted yesterday at 04:51 PM local pick_info = world:Pick(p1, p0, 0, true) if pick_info.entity then pick_info.entity:AddTag("Enemy") -- The entity already have a tag (from editor) but try it for testing... Print("Enemy: "..pick_info.entity.name) -- This is ok and shows the name Print(pick_info.entity:HasTag("Enemy")) -- This is always false end It's a bug or... what I'm doing wrong? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.