Skip to content

Commit

Permalink
Update slots.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinFunk committed Jul 24, 2015
1 parent 8f4b5e9 commit 55a42ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/slots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Sometimes you will want an extra accessory or other type of slot. Since it is no

Using the customizing addon
===========================
It is recommended to extend Pointshop 2 using a seperate addon. Simply download this addon and extract it into your addons folder: `Download <https://storage.sbg-1.runabove.io/v1/AUTH_66fcef59d5fa44c39f33878dbaeb3904/ps2_static/pointshop2-customizing.zip>`_. Put your new slot code into ``pointshop2-customizing/lua/ps2/modules/pointshop2/sh_customslots.lua``. As an example a new accessory slot is added.
It is recommended to extend Pointshop 2 using a seperate addon. Simply download this addon and extract it into your addons folder: `Download <https://storage.sbg-1.runabove.io/v1/AUTH_66fcef59d5fa44c39f33878dbaeb3904/ps2_static/pointshop2-customizing.zip>`_. Put your new slot code into ``pointshop2-customizing/lua/ps2/modules/pointshop2/sh_customslots.lua``. As an example code to create a new accessory slot is already included (see below for code explanation).

Adding accessory slots
======================
Expand Down

0 comments on commit 55a42ee

Please sign in to comment.