Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. void main()
  2. {
  3.  
  4. nValue = Random(10);
  5. object oTarget;
  6. object oSpawn;
  7. location lTarget;
  8. oTarget = GetWaypointByTag("nq_agnus_" + nValue);
  9.  
  10. lTarget = GetLocation(oTarget);
  11.  
  12. oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "nqs_lostunicorn", lTarget);
  13.  
  14. }
Add Comment
Please, Sign In to add comment