I've been making a ninja for my shard, It's going quite well, with all the stuff prepeard, i just need it to be able to use (effectivly) Teleport and Invisabilty. What script do i use for it to have this skills. Here is my script as it stands
[CHARDEF C_H_Ninja]
// NINJA
NAME=#NAMES_HUMANMALE the Ninja
ID=C_MAN
DESIRES=e_notoriety
AVERSIONS=t_TRAP,t_eerie_stuff
TSPEECH=spk_human_prime
TSPEECH=jobOverseer
TSPEECH=jobFighter
TSPEECH=spk_needs
TSPEECH=spk_rehello
TSPEECH=spk_human_default
TEVENTS=e_Human_HearUnk
TEVENTS=e_Human_Needs
TEVENTS=e_Human_ConvInit
TEVENTS=e_Human_Greet
TEVENTS=e_Human_Space
TEVENTS=e_Human_Refuse
TEVENTS=e_Human_Environ
CATEGORY=Civilized
SUBSECTION=Ninja
DESCRIPTION=Ninja (male)
ON=@Create
COLOR=colors_skin
STR={860 1100}
DEX={8100 9500}
INT={610 7500}
Karma={-2000 -10000}
Fame={10 100}
FENCING={500.0 950.0}
PARRYING={500.0 950.0}
SWORDSMANSHIP={700.0 950.0}
WRESTLING={700.0 950.0}
TACTICS={500.0 950.0}
Magery={500.o 900.0}
NPC=brain_human
ITEMNEWBIE=random_male_hair
COLOR=colors_hair
COLOR=match_hair
ON=@NPCRestock
ITEM=i_dagger
ITEM=i_bascinet
color= 01
ITEM=i_leather_gorget
color= 01
ITEM=i_leather_tunic
color= 01
ITEM=i_leather_sleeves
color= 01
ITEM=i_leather_gloves
color= 01
ITEM=i_leather_leggings
color= 01
ITEM=i_sandals
color= 01
ITEM=random_coin_purse
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
[EOF]
Feel Free to edit and help me out as much as you can!
Thanks all.