Increased HP of Practice Dummy. Added instanced player room with persistent storage in Inn. Full compile. Updated release archive.
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#include "inc_perchest"
|
|
|
|
void main()
|
|
{
|
|
object oPlayer = GetLastUsedBy();
|
|
|
|
PC_CreateNUIWindow(oPlayer);
|
|
}
|