RoT2_PRC8/_module/nss/aw_spawnvera.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

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);
}