home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / modules / rogue.mod / objects / morbid.obj / script.txt < prev    next >
Text File  |  2000-03-18  |  881b  |  53 lines

  1. // Plop down some skulls
  2. tmpargument = 0
  3. tmpdistance = 0
  4. tmpx =  8 < 7 + 64
  5. tmpy = 52 < 7 + 64
  6. SpawnExactParticle
  7. tmpx =  6 < 7 + 64
  8. tmpy = 55 < 7 + 64
  9. SpawnExactParticle
  10. tmpx = 52 < 7 + 64
  11. tmpy = 57 < 7 + 64
  12. SpawnExactParticle
  13. tmpx =  8 < 7
  14. tmpy = 49 < 7 + 90
  15. SpawnExactParticle
  16. tmpx =  7 < 7 + 64
  17. tmpy = 50 < 7
  18. SpawnExactParticle
  19.  
  20.  
  21. // Plop down some graves
  22.  
  23.  
  24.  
  25. // Plop down some mushrooms
  26. tmpargument = 2
  27. tmpx = 11 < 7 + 64
  28. tmpy = 17 < 7 + 64
  29. SpawnExactParticle
  30. tmpx = 23 < 7 + 64
  31. tmpy = 22 < 7 + 64
  32. SpawnExactParticle
  33. tmpx = 26 < 7 + 64
  34. tmpy = 26 < 7 + 64
  35. SpawnExactParticle
  36. tmpx = 27 < 7 + 64
  37. tmpy = 33 < 7 + 64
  38. SpawnExactParticle
  39. tmpx = 28 < 7 + 64
  40. tmpy = 52 < 7 + 64
  41. SpawnExactParticle
  42. tmpx = 26 < 7 + 64
  43. tmpy = 53 < 7 + 64
  44. SpawnExactParticle
  45. tmpx = 10 < 7 + 64
  46. tmpy = 57 < 7 + 64
  47. SpawnExactParticle
  48.  
  49.  
  50. // Go away
  51. GoPoof
  52. End
  53.