From eeb1d2ab60068e744c371427830ee4b532cfc9f7 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 7 Aug 2020 18:56:39 +0200 Subject: [PATCH] xp section. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de9acb9..99e5207 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,9 @@ by modifying their damage values in aura callbacks. ## XP -After you set +You can set all the xp values for your levels in `ProjectSettings->Ess->xp`. + +Now you can start distributing xp, for whatever you'd like to Entities, using `Entity.xp_adds(vlaue : int)` ## Implementing...