Pilz [MOD]
Verfasst: Di 20. Aug 2013, 22:25
Whats up!
Ich stelle Ihnen meine neue mod
Sie haben, um eine Linie in Pilz.tcl bearbeiten.
NEW:
========================================================================================================================
Original:
NEW:
Jetzt kann jeder Pilz wächst länger, aber mit jeder von ihnen fällt mehr Pilzstamm und Pilzhut.
Sorry 4 my Deutsch
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
