Page MenuHomeFeedback Tracker

createAgent function does not work properly for sea animals
Closed, ResolvedPublic

Description

When you use the createAgent function to create a sea animal on land, it does nothing. The return value of the function is non-null, but the animals are invisible or at least not placed at the coordinate requested.

This behavior would be fine for fish, but not for turtles.

Ideally, if you spawn a sea animal on land, it should spawn dead.

Details

Legacy ID
4131151695
Severity
Major
Resolution
Not A Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce

createAgent ["Turtle_F", (getPos player), [], 0, "NONE"]; //does nothing on land

Event Timeline

micovery edited Additional Information. (Show Details)
micovery set Category to Scripting.
micovery set Reproducibility to Always.
micovery set Severity to Major.
micovery set Resolution to Not A Bug.
micovery set Legacy ID to 4131151695.May 7 2016, 1:04 PM

Sea animal created on land is automaticaly deleted. This is intended situation.