Page 1 of 1
Can ACS interact with decorate?
Posted: Wed Jul 09, 2014 12:31 am
by Crimzon
Is it possible to set a player's max health and max speed via ACS scripts?
RE: Can ACS interact with decorate?
Posted: Wed Jul 09, 2014 12:44 am
by Catastrophe
RE: Can ACS interact with decorate?
Posted: Wed Jul 09, 2014 12:48 am
by Popsoap
Crimzon wrote:
Is it possible to set a player's max health and max speed via ACS scripts?
Yep
- 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?
Posted: Wed Jul 09, 2014 1:29 am
by Crimzon
Thank you