deployable
Deployable - Bring your big guns with you, and smack em' down where you want.
Allows items to spawn other items (usually objects) in front of the user after a short delay. If attaching this to something: Set deploy_time to a number in seconds for the deploy delay Set thing_to_be_deployed to an obj path for the thing that gets spawned Lastly, set delete_on_use to TRUE or FALSE if you want the object you're deploying with to get deleted when used
Vars | |
delete_on_use | If the item used to deploy gets deleted on use or not |
---|---|
deploy_time | The time it takes to deploy the object |
deployed_name | Used in getting the name of the deployed object |
thing_to_be_deployed | The object that gets spawned if deployed successfully |
Var Details
delete_on_use
If the item used to deploy gets deleted on use or not
deploy_time
The time it takes to deploy the object
deployed_name
Used in getting the name of the deployed object
thing_to_be_deployed
The object that gets spawned if deployed successfully