stratagus-ccl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-ccl] CCL Addition: define-burning-building


From: Russell Smith
Subject: [Stratagus-ccl] CCL Addition: define-burning-building
Date: Sat, 27 Sep 2003 10:38:37 +1000
User-agent: KMail/1.5.1

Allow you to specify when building begin to burn, and missiles to use at each 
stage of the burning.

(define-burning-building '(percent p missile m) ...)
Define the burning building missiles.

p
    Hit point percentage. 
m
    Fire missile to display. 

Example

    (define-burning-building
      '(percent 0 missile missile-big-fire)
      '(percent 50 missile missile-small-fire)
      '(percent 75 ) ; no missile
    )

Used
$LIBARYPATH/ccl/missiles.ccl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]