15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
void main()
|
|
{
|
|
|
|
ExecuteScript("nw_c2_default7", OBJECT_SELF);
|
|
ExecuteScript("tab_xpscript",OBJECT_SELF);
|
|
SpeakString("Dont think you have won just yet!", TALKVOLUME_TALK);
|
|
|
|
object oSpawn;
|
|
location lTarget;
|
|
lTarget = GetLocation(OBJECT_SELF);
|
|
|
|
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "awveratrueform", lTarget);
|
|
|
|
}
|