Can ACS interact with decorate?

Discuss all aspects related to modding Zandronum here.
Post Reply
Crimzon
 
Posts: 27
Joined: Sun Jun 15, 2014 6:01 am

Can ACS interact with decorate?

#1

Post by Crimzon » Wed Jul 09, 2014 12:31 am

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?

#2

Post by Catastrophe » Wed Jul 09, 2014 12:44 am


User avatar
Popsoap
 
Posts: 86
Joined: Mon Jun 04, 2012 2:38 pm
Location: Inside a wall

RE: Can ACS interact with decorate?

#3

Post by Popsoap » Wed Jul 09, 2014 12:48 am

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)

Crimzon
 
Posts: 27
Joined: Sun Jun 15, 2014 6:01 am

RE: Can ACS interact with decorate?

#4

Post by Crimzon » Wed Jul 09, 2014 1:29 am

Thank you

Post Reply