Quote:
Originally Posted by Rufus
Make sure your levels and tileset are uploaded, create a Weapon NPC named something like "-Tiles" and add something like this in it.
PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef("faze-tileset.png","dem_",1);
}
Make sure you add the weapon NPC to everyone, which is usually done by Control-NPC in the first button of NC.
|
So just a normal WNPC? Alright, I already used the control-npc for my emoticons script. I assume I can just copy that text, make another and just replace the weapon name? I forget how that script looks offhand.