Changeset 582 for abuse/trunk/data/register/ant.lsp
- Timestamp:
- May 6, 2011, 12:47:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/data/register/ant.lsp
r54 r582 14 14 (set_aistate 10) ;; end game 15 15 (set_aistate 5))))))) ;; fade out 16 17 (defun boss_cons () 16 17 (defun boss_cons () 18 18 (set_hp 1) 19 19 (setq taunt_time 20)) … … 24 24 (playerx (+ (with_object (bg) (x)) (with_object (bg) (* (xvel) 8)))) 25 25 (playery (+ (- (with_object (bg) (y)) 15) (with_object (bg) (* (yvel) 2))))) 26 26 27 27 (if (and (can_see (x) (y) firex firey nil) (can_see firex firey playerx playery nil)) 28 28 (progn … … 90 90 (7;; fade out 91 91 (set_targetable nil) 92 (set_fade_count (+ (fade_count) 2)) 92 (set_fade_count (+ (fade_count) 2)) 93 93 (if (eq (fade_count) 14) 94 94 (progn … … 99 99 (setq taunt_time (- 30 (* (aitype) 2))) 100 100 (go_state 0)))) 101 102 (10;; game over 101 102 (10;; game over 103 103 (set_state hiding) 104 104 (set_targetable nil) … … 114 114 115 115 T)))) 116 117 116 118 119 117 118 119 120 120 (def_char BOSS_ANT 121 121 (funs (ai_fun boss_ai) … … 127 127 (fields ("taunt_time" "taunt_tint") 128 128 ("aistate" "aistate")) 129 (states "register/boss.spe" 129 (states "register/boss.spe" 130 130 (stopped "awlk0001.pcx") 131 131 (hiding "hidden")
Note: See TracChangeset
for help on using the changeset viewer.