Hi
I like to show a debug.notification whenever my script does something for bug tracking (and a false sense of accomplishment ).
I've set up a quest alias and would like to display via debug.notification the name of the NPC that fills that Alias but nothing seems to work. I'm not at my PC now but I've been trying this type of thing:
debug.notification("Alias X is filled by: "+Alias.GetReference()) -but this prints "Alias X is filled by: WIDeadbodyscript"
debug.notification("Alias X is filled by: "+GetName()) - this just returns a blank!
I suppose I can do it via adding a note to the player's inventory with the info (I think, I've not actually tried in yet) but I'm really stubborn.
I'm learning scripting, very early stages still, so any help would be great! Thanks.