Menu

Standard NWScript Library / News: Recent posts

First modules released!

As you can see, we have released our first two modules:

stdnws_common
stdnws_array

stdnws_common is a module that is required by all other stdnws modules. You must import this module into your NWN module and include it before including any other stdnws files, like so:

#include "stdnws_common"

stdnws_array is a set of array handling routines for all storable NWN types (string, float, int, object and location). The API is simple and fully prototyped at the beginning of the source.... read more

Posted by Matt Holmes 2003-03-16