Updated PEPS. Added respawn pop-up for petrification. Updated Markshire Nomeclature for NPC names / titles. Hooked up new PRC8 GUI event. Updated nim tools.
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
void main()
|
|
{
|
|
object oRespawner = OBJECT_SELF;
|
|
|
|
PopUpDeathGUIPanel(oRespawner, TRUE , TRUE, 40579, "You have been turned to stone.");
|
|
} |