Neverwinter Nights > Script Request

boot script

<< < (3/6) > >>

CleTus:

--- Quote ---
--- Quote ---This is simple and should do.. Place OnActivate


--- Code: ---void main()
{
object oItem = GetItemActivated();

if(GetTag(oItem) == "TAG")
{
object oPC = GetItemActivatedTarget();
BootPC(oPC);
}
}
--- End code ---

This way you can copy the if(GetTag(oItem) == "TAG") to add more items if you need.. Just add it under the } under boot, and define the variables again.
[snapback]13868[/snapback]
--- End quote ---

i would have requested it for an onactivate script if i wanted one.

i just need a very simple boot script that is activated by another script.


-Lord Elessar
[snapback]13897[/snapback]
--- End quote ---

Excuse me for not knowing exactly what you wanted when you said 'plain boot script'

Elessar Telrunya:
dun matter i got what i need

Tea-cup:

--- Quote ---
--- Quote ---
--- Quote ---can someone give me a way to target something for a script in a conversation?


-Lord Elessar
[snapback]13899[/snapback]
--- End quote ---
You mean the speaker, or a person that's the target of a item that makes the conv start? Something like a dm wand?

-Mel
[snapback]13900[/snapback]
--- End quote ---

yes bzk should know since i asked him to help me test earlier. I'm looking for a way so that when I click on the choice the conversation closes and a target button pops up like with spells and i click the person i wish to target.



-Lord Elessar
[snapback]13942[/snapback]
--- End quote ---
That's like making a selfmade spell (is possible). I think target and then chose is easyer.

I used a list of special ability's for that on the old arivs, to boot ect. Including a nice cast graphic and so. But they nerfed the special ability's (securty/anti-hack) whit patch 1.64 for pc's. So you'll have to do it in a other way. Not yet have a clear idea (6.43am for me, can't think :P)

-Mel

Illutian:
Daniel, just do what i did and give everyone an item that teleports them to certain areas (that way they don't have to keep coming back to the same area)...course i don't know if you are a PvP or an Adventure mod

Tea-cup:

--- Quote ---Daniel, just do what i did and give everyone an item that teleports them to certain areas (that way they don't have to keep coming back to the same area)...course i don't know if you are a PvP or an Adventure mod
[snapback]13965[/snapback]
--- End quote ---
As far I know he use that now, but want's the dialoge way.
Right?

-Mel

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version