Jump to content

How Would I Create this Spell for Dragons?


Kyle8497

Recommended Posts

Put this into the script:

Int Property FiresToShoot Auto

Event Whatever; Replace Whatever with the event you want to use.

FiresToShoot = 5

While FiresToShoot > 0

     DoSpell; replace this with the code to 'cast' the spell
     FiresToShoot - 1

EndWhile

EndEvent

This should work. Replace the 'whatever' and 'dospell' with whatever is needed.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...