Would you like to react to this message? Create an account in a few clicks or log in to continue.

Tools CEP 2.4 script

2 posters

Go down

Tools CEP 2.4 script Empty Tools CEP 2.4 script

Post by hitman007 Sun Feb 05, 2012 2:59 pm

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 ^^

hitman007

Posts : 2
Join date : 2012-02-05

Back to top Go down

Tools CEP 2.4 script Empty Re: Tools CEP 2.4 script

Post by eeriegeek Sun Feb 05, 2012 5:29 pm

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.
eeriegeek
eeriegeek

Posts : 11
Join date : 2012-01-29
Age : 54
Location : 127.0.0.1

http://www.isleclostridia.net

Back to top Go down

Tools CEP 2.4 script Empty Re: Tools CEP 2.4 script

Post by hitman007 Tue Feb 07, 2012 5:44 am

Thanks, had not seen since I found it strange the name (Poison), sometimes I am slow.

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

Back to top Go down

Tools CEP 2.4 script Empty Re: Tools CEP 2.4 script

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum