Quote:
Originally posted by zallus-k
How do you get the folder thing to work?! I did this:
NPC Code:
if (playerenters) toweapons FolderA/;
and in another Npc:
NPC Code:
if(playerenters) toweapons FolderA/WeaponA;
but it just creates a Back Npc that freezes the select screen until you delete it, and places WeaponA into the main folder. How does this work?
|
surpise no one answered this, it will only work online and to create a folder, simply find the weapons you want to ut in that folder and put the gfolder anme in fornt of it
a bit like this
NPC Code:
if (playertouchsme){toweapons spells/death;}