Search found 3 matches
- Thu Jan 30, 2003 4:54 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128593
Saving Characters.
I've got a heartbeat script to save character locations.... #include "aps_include" void main() { object oClient = GetFirstPC(); while(GetIsObjectValid(oClient)) { SetPersistentLocation(oClient, "Location", GetLocation(oClient), 0); oClient = GetNextPC(); } } but it doesn't seem to be working at all....
- Thu Jan 30, 2003 12:15 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128593
AVS ODBC Question
When I start my module up, I'm getting 0 bytes reserved for requests, but 4000+ bytes reserved for responses. This obviously keeps me from asking the Database to store and retrieve info... Any ideas?
- Wed Jan 29, 2003 11:46 pm
- Forum: NWN Scripting
- Topic: AVS ODBC Question
- Replies: 3
- Views: 6251
AVS ODBC Question
When I start my module up, I'm getting 0 bytes reserved for requests, but 4000+ bytes reserved for responses. This obviously keeps me from asking the Database to store and retrieve info... Any ideas?