Can ACS interact with decorate?
Can ACS interact with decorate?
Is it possible to set a player's max health and max speed via ACS scripts?
-
Catastrophe
- Retired Staff / Community Team Member
- Posts: 2571
- Joined: Sat Jun 02, 2012 2:44 am
RE: Can ACS interact with decorate?
YepCrimzon wrote: Is it possible to set a player's max health and max speed via ACS scripts?
- APROP_SpawnHealth is max health.
- APROP_Speed is the base speed for a player (1.0). Keep in mind that it isn't the same as the speed property in DECORATE, that property is the multiplier for APROP_Speed.
(Total speed = APROP_Speed × Speed Property)
RE: Can ACS interact with decorate?
Thank you