Changes between Initial Version and Version 1 of Ticket #15387, comment 3
- Timestamp:
- Oct 5, 2024, 8:16:20 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15387, comment 3
initial v1 3 3 and it should have a bounding box for sure because the life script does not check for twinsen entering zone 0, but also if twinsen has hit the skeleton: 4 4 5 ``` 6 5 {{{ 6 COMPORTMENT main 7 7 OR_IF HIT_BY == 0 8 8 IF ZONE_OBJ 0 == 0 … … 10 10 SET_COMPORTMENT 20 11 11 ENDIF 12 13 ``` 12 END_COMPORTMENT 13 }}}