Ich stelle Ihnen meine neue mod

Sie haben, um eine Linie in Pilz.tcl bearbeiten.
Original:Innonics\Wiggles\Data\Scripts\classes\items\Pilz.tcl
Code: Alles auswählen
obj_init {
set phase_timer 170
Code: Alles auswählen
obj_init {
set phase_timer 570
Original:
Code: Alles auswählen
if {$agephase} {
action this anim $dieanim {
global agephase
if { $agephase == 1 } { set hatcnt 1; set woodcnt 0 }
if { $agephase == 2 } { set hatcnt 1; set woodcnt 1 }
if { $agephase == 3 } { set hatcnt 2; set woodcnt 1 }
Code: Alles auswählen
if {$agephase} {
action this anim $dieanim {
global agephase
if { $agephase == 1 } { set hatcnt 3; set woodcnt 2 }
if { $agephase == 2 } { set hatcnt 5; set woodcnt 3 }
if { $agephase == 3 } { set hatcnt 7; set woodcnt 4 }
Sorry 4 my Deutsch
