RoT2_PRC8/_module/nss/aw_spawnvera.nss

15 lines
326 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
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);
}