121
Suggestions & Requests / Re: Crysis Playertype
« on: January 02, 2012, 03:58:22 PM »
No decal... Model c: I would do it but I am busy right now.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I didn't steal it, I just took it, I will give credit so it is fair.Permission from the creator? oh so you didn't steal it but you took it. How does that work?
function GolfClubImage::onCharge(%this, %obj, %slot)
{
%this.playthread(2, GolfReady);
}
function GolfClubImage::onAbortCharge(%this, %obj, %slot)
{
%obj.playthread(2, root);
}
function GolfClubImage::onFire(%this, %obj, %slot)
{
%this.playthread(2, GolfSwing);
Parent::onFire(%this, %obj, %slot);
}