WWW.GAMEZ.RU


Гав!






Ой!Так, так, что у нас тут новенького?Ляляля ляляля ..
#Обсуждение игр. Выберите букву, на которую начинается игра >>

/   В Корень
  Добавить коды
  Игровой чат
  Игровые Новости
  Поиск в базе
  Основная база
  Обсуждение игр
  Скачать игры
  Что нового?
  Top100 Games
  Ваше мнение?
 
 
 
КосмоТанк.
КосмоТанк

Веселая ферма 3
Веселая ферма 3

Сокровища Монтесумы 3
Сокровища Монтесумы 3



Игра: Abuse (English language)
Тип документа : Hint Всего страниц : 44 Текущая : 28

Function: next_savegame_name
Usage: (next_savegame_name)
Returns: String?
Use (next_savegame_name) to return the next slot available for
a call to (save_game). For example, all those Save Stations in
Abuse eventually call the code (save_game (next_savegame_name)).
;;------------------------------------------------------------------------
Object Function: next_picture
Usage: (next_picture)
Returns: T or nil
Advances the current frame by 1. If we're at the end of the
frames for this state, stay there and return nil. Sort of
like (set_current_frame (+ (current_frame) 1)).
;;------------------------------------------------------------------------
Object Function: otype
Usage: (otype)
Returns: An obj_class
Converts the obj_ptr for the current object back to the class
for that object. Is useful when you want to do something differnet
depending on what an object is. For example, if I want everyone
to be damaged by lava, except for FIRE_HOUNDS, which should be
healed, I might do this in the lava_ai.
(let ((target (find_object_in_area (- (x) 10) (+ (x) 10) (y) (+ y 3)
bad_guy_list)))
(with_object target (if (eq (otype) FIRE_HOUNDS)
(set_hp (+ (hp) 10))
(do_damage target 10))
)
)
;;------------------------------------------------------------------------
... Далее >>

Выберите страницу:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


(Все страницы)
Кто прислал: Ангел Свет (BFA) Когда: 26:10:1999 - стр. 28 -




Рейтинг@Mail.ru

Since 1998, Oleg Ilin ()
WWW.GAMEZ.RU 2024.03.19 13:39:19All Rights Reserved