View previous topic :: View next topic |
Author |
Message |
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Tue Jul 15, 2008 13:47 Post subject: |
|
|
william_hunter wrote: | virusman wrote: | You may need to call INIT for GetLocalObject:
Code: | GetLocalObject(GetModule(), "NWNX!INIT"); |
|
This is what is called in my onmodload event. I am sorry, I read it wrong last time I posted. Do I need to change this?
Code: | { object oTgt = GetModule();
SetLocalString(oTgt,"NWNX!INIT","1");
|
| Add the GetLocalObject line after SetLocalString call. |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Tue Jul 15, 2008 14:06 Post subject: |
|
|
Done. Testing now. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Tue Jul 15, 2008 14:20 Post subject: |
|
|
OK, now I am getting a message saying INIT(0) is valid. I am guessing that means this is fixed. Thanks. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
|