Post: How does the doHeart Function work?
11-12-2015, 07:49 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I have the code for it, but i'm new to GSC modding and would like a rundown on what does what in this code. it confuses me. I'd appreciate it








doHeart()
{
if(!isDefined(level.SA))
{
level.SA=level createServerFontString("hudbig",2.1);
level.SA.alignX="right";
level.SA.horzAlign="right";
level.SA.vertAlign="middle";
level.SA.x = 30;
level.SA setText("Youtube/Gamer2thamax");
level.SA.archived=false;
level.SA.hideWhenInMenu=true;
for(;Winky Winky
{
level.SA.glowAlpha=1;
level.SA.glowColor =((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
level.SA SetPulseFX(40,2000,600);
wait 1;
}
}
if(level.doheart==0)
{
self iPrintln("Do Heart: On");
level.doheart=1;
level.SA.alpha=1;
}
else if(level.doheart==1)
{
self iPrintln("Do Heart: Off");
level.SA.alpha=0;
level.doheart=0;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
11-12-2015, 10:39 AM #2
Procyon
Gym leader
That's a really simple code bro...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo