Initial upload
Initial upload
This commit is contained in:
14
_module/nss/aw_spawnvera.nss
Normal file
14
_module/nss/aw_spawnvera.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user