Tools CEP 2.4 script
2 posters
Page 1 of 1
Tools CEP 2.4 script
Greetings, oh! I am the first
My question is. what need to activate the CEP tools
CEP Creature Wizard Item, DM Stage Manager, fly control ... All cep tools
What script´s i need in onclientactive?
Thanks ^^
My question is. what need to activate the CEP tools
CEP Creature Wizard Item, DM Stage Manager, fly control ... All cep tools
What script´s i need in onclientactive?
Thanks ^^
hitman007- Posts : 2
Join date : 2012-02-05
Re: Tools CEP 2.4 script
Welcome to the new site hitman. There are a nice set of documents in the doc/cep directory that you get with the CEP 2.4 download when you unpack it. The DMTSXXXX pdf files will give you a good idea of where to get started.
In modules that link the CEP DM tools templates hak (currently cep2_add_sb_v1.hak) the tool items will be placed in the Custom Items Palette: "* CEP 2.1 Custom Palette>DMFI / C.R.A.P. Tools>DM Tools" in your toolkit. You can use those items to launch the tools by placing one of the items in your module, or by creating one with the DM client. The scripts run will be the same name as the tag of the item itself.
In modules that link the CEP DM tools templates hak (currently cep2_add_sb_v1.hak) the tool items will be placed in the Custom Items Palette: "* CEP 2.1 Custom Palette>DMFI / C.R.A.P. Tools>DM Tools" in your toolkit. You can use those items to launch the tools by placing one of the items in your module, or by creating one with the DM client. The scripts run will be the same name as the tag of the item itself.
Re: Tools CEP 2.4 script
Thanks, had not seen since I found it strange the name (Poison), sometimes I am slow.
I Use this script:
I Use this script:
- Code:
void main()
{
object oItem = GetItemActivated();
if(GetStringLeft(GetTag(oItem), 8) == "z_poison") //CRAP Poison
{
ExecuteScript("crpz_poison", GetItemActivator());
return;
}
//Tag Based
ExecuteScript(GetTag(oItem), GetItemActivator());
}
hitman007- Posts : 2
Join date : 2012-02-05
Similar topics
» I need a script...
» script default needs updating
» I need a script turned off but cant find its location.
» script default needs updating
» I need a script turned off but cant find its location.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum