aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 24971c9..3030a21 100644
--- a/notes.txt
+++ b/notes.txt
@@ -15,6 +15,8 @@ Multi-serverness is defined in /data/artery/maps/<map_name>
PAC's to download on demand are in /data/artery/pacs/<pac_name>
+two shop npc's within 200 units of eachother cannot sell the same item.
+
For creation:
Finding the player's current position
lua_run_cl local gp = LocalPlayer():GetPos() print(string.format("Vector(%.2d,%.2d,%.2d)",gp.x,gp.y,gp.z))