home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / modules / healer.mod / objects / rockopen.obj / script.txt < prev    next >
Text File  |  2000-07-12  |  219b  |  17 lines

  1. IfSpawned
  2.   tmpargument = 0
  3.   SetContent
  4.   tmpargument = 255
  5.   FlashVariable
  6.  
  7.  
  8. // Shrink the shadow
  9. GetContent
  10. tmpargument = tmpargument + 1
  11. SetContent
  12. tmpargument = 35 - tmpargument
  13. SetShadowSize
  14.  
  15.  
  16. End
  17.