12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
// Materials which we aren't frequently modifying can be placed in a server-side hakpak.
|
|
// Only the builders need this hakpak. Players will be able to enter just fine without it,
|
|
// provided NWNX and the NWNX_Haks plugin are set up correctly on a Linux server.
|
|
|
|
#include "nwnx_haks"
|
|
|
|
void main()
|
|
{
|
|
//SetHakHidden("reo_server_hak1", 99); // Server-side Hak #1
|
|
//SetFallBackTLK("reo_tlk_v1");
|
|
}
|