NWScripts in D'Jinni
Hello, i'm new to D'Jinni editor... i know neverwinter scripts well but it seems that none is working.I made an area in my first module reading D'Jinni wiki... i go to "Area properties" and in OnEnter event i put a NWscript like thisvoid main(){object oPC = GetFirstPC();DelayCommand(2.0,AssignCommand(oPC,ActionSpeakString("AAAAAAAAAA")));}or anithing else... void main(){object oPC = GetFirstPC();FadeToBlack(oPC,FADE_SPEED_SLOW);}i compile the script... save the module but in game nothing happens.I dunno what's wrong.. i get an error if i clik in the script inside "NWScript Debug Informations" the error is: Action not defined for "C:\Documents and Settings\Administrator\Local Settings\Application Data\The Witcher\temp\__ResourcesUnpackTmp\script1.ndb"
Hello, i'm new to D'Jinni editor... i know neverwinter scripts well but it seems that none is working.I made an area in my first module reading D'Jinni wiki... i go to "Area properties" and in OnEnter event i put a NWscript like thisvoid main(){object oPC = GetFirstPC();DelayCommand(2.0,AssignCommand(oPC,ActionSpeakString("AAAAAAAAAA")));}or anithing else... void main(){object oPC = GetFirstPC();FadeToBlack(oPC,FADE_SPEED_SLOW);}i compile the script... save the module but in game nothing happens.I dunno what's wrong.. i get an error if i clik in the script inside "NWScript Debug Informations" the error is: Action not defined for "C:\Documents and Settings\Administrator\Local Settings\Application Data\The Witcher\temp\__ResourcesUnpackTmp\script1.ndb"


