Post: Working DoHeart
05-21-2016, 08:09 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU I've made a working doHeart with toggles using Enstone's doHeart code and some common sense for the toggle... here it is:
    
toggleDH()
{
if(self.dh == 0)
{
self thread startdoHeart();
self.dh = 1;
self iprintln("^5DoHeart ^2ON");
}
else
{
self notify("stop_doHeart");
self.tez3 setText("");
self.dh = 0;
self iprintln("^5DoHeart ^1OFF");
}
}

startdoHeart()
{
self endon("stop_doHeart");
self.tez3 = self createFontString( "objective", 2.5);
self.tez3 setPoint( "LEFT", "LEFT", 0, -100 );
self.tez3 setText("^5" + self.name + " ^6<3");
self.tez3.alpha = 1;
self.tez3.foreground = true;
self.tez3.archived = false;
self thread scale();
}

scale()
{
self endon("stop_doHeart");
for(;Winky Winky
{
self.tez3.fontscale = 2.5;
wait .05;
self.tez3.fontscale = 2.4;
wait .05;
self.tez3.fontscale = 2.3;
wait .05;
self.tez3.fontscale = 2.2;
wait .05;
self.tez3.fontscale = 2.1;
wait .05;
self.tez3.fontscale = 2.0;
wait .05;
self.tez3.fontscale = 2.1;
wait .05;
self.tez3.fontscale = 2.2;
wait .05;
self.tez3.fontscale = 2.3;
wait .05;
self.tez3.fontscale = 2.4;
wait .05;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Comical Mods for this useful post:

MrMoan

The following 6 users groaned at Comical Mods for this awful post:

BlueeHasSwag, DoraTheKiller97, Pink Guy, Procyon, S63, TheNiceUb3r
05-21-2016, 08:28 PM #2
Procyon
Gym leader
You're kidding, right? He's kidding guys, right?

The following user thanked Procyon for this useful post:

Pink Guy
05-21-2016, 10:52 PM #3
if only i could groan a post
05-22-2016, 03:47 AM #4
Originally posted by TVFilthyFrank View Post
if only i could groan a post


I gotchu
05-22-2016, 05:23 AM #5
Saber_JZY
Bounty hunter
Originally posted by Comical
Hello NGU I've made a working doHeart with toggles using Enstone's doHeart code and some common sense for the toggle... here it is:
    
toggleDH()
{
if(self.dh == 0)
{
self thread startdoHeart();
self.dh = 1;
self iprintln("^5DoHeart ^2ON");
}
else
{
self notify("stop_doHeart");
self.tez3 setText("");
self.dh = 0;
self iprintln("^5DoHeart ^1OFF");
}
}

startdoHeart()
{
self endon("stop_doHeart");
self.tez3 = self createFontString( "objective", 2.5);
self.tez3 setPoint( "LEFT", "LEFT", 0, -100 );
self.tez3 setText("^5" + self.name + " ^6<3");
self.tez3.alpha = 1;
self.tez3.foreground = true;
self.tez3.archived = false;
self thread scale();
}

scale()
{
self endon("stop_doHeart");
for(;Winky Winky
{
self.tez3.fontscale = 2.5;
wait .05;
self.tez3.fontscale = 2.4;
wait .05;
self.tez3.fontscale = 2.3;
wait .05;
self.tez3.fontscale = 2.2;
wait .05;
self.tez3.fontscale = 2.1;
wait .05;
self.tez3.fontscale = 2.0;
wait .05;
self.tez3.fontscale = 2.1;
wait .05;
self.tez3.fontscale = 2.2;
wait .05;
self.tez3.fontscale = 2.3;
wait .05;
self.tez3.fontscale = 2.4;
wait .05;
}
}


This is useless and so old,there is better Doheart in manage code list 3 or Blazed v1 has nicer Doheart,post that if you have...not old codes please.

The following user thanked Saber_JZY for this useful post:

DF_AUS
05-22-2016, 06:02 AM #6
DF_AUS
NextGenUpdate Elite
Originally posted by JZY View Post
This is useless and so old,there is better Doheart in manage code list 3 or Blazed v1 has nicer Doheart,post that if you have...not old codes please.


My Doheart is nothing hard to do dude,just uses MoveOverTime and Loz's text fx he posted Smile

The following user thanked DF_AUS for this useful post:

Saber_JZY
05-22-2016, 07:25 AM #7
can some one close thread then
05-22-2016, 12:08 PM #8
DoraTheKiller97
Treasure hunter
Not overflow fixed, completely overused, and... Gahhbage.
05-22-2016, 12:15 PM #9
well if it is then someone please close the fucking thread!
05-22-2016, 05:39 PM #10
I see you everywhere groaning posts including mine LOL

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo