incase it helps this is what i made using the script gen.
void main()
{
object oPC;
oPC = GetItemActivatedTarget();
SetLocalString(oPC, "Password", "Default");
}
what i need is to just somehow make "Default" replaced by the wands name (whatever it may be at the time of using the wand).
and again incase it helps my wands details are
Name: Password setter
Tag: Passwordsetter
ResRef: passwordsetter
The wand uses Unique Power and for ease i didnt bother adding any restrictions to what it can target (let me know please if this is a bad idea).
Modifié par slayerofdreams, 13 juin 2011 - 10:19 .