Added Daz's persistent NUI storage. Added instanced player room at the Inn of the Flying Monkey. Added PnP cockatrice & dire weasel. Full compile.
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#include "inc_perchest"
|
|
|
|
void main()
|
|
{
|
|
object oPlayer = GetLastUsedBy();
|
|
|
|
PC_CreateNUIWindow(oPlayer);
|
|
}
|