Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel authored Jul 11, 2017
1 parent 51bfac6 commit 28226da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ Zombies will spawn within the trigger area once players are near, maximum the am
Once a zombie is killed, the amount gets decremented and can not respawn (don't delete them with zeus)

There's two more parameters, if needed
[thisTrigger, AMOUNT, ACTIVATE DISTANCE, RADIUS] call fpz_api_fnc_registerZone;

`[thisTrigger, AMOUNT, ACTIVATE DISTANCE, RADIUS] call fpz_api_fnc_registerZone;`

ACTIVATE DISTANCE = when the object should activate and start trying to spawn

RADIUS = how large of an area. useful when using other objects than a trigger
Is default the max of X/ size

Is default the max of X/Y size

### How to spawn hordes
Same thing, put down a trigger but this time you can choose the activation type, either when some variable is set or some more complex condition.
Expand Down

0 comments on commit 28226da

Please sign in to comment.