3586
Add-Ons / Re: Event - onAltActivate | Allows for letting you add right click events.
« on: June 29, 2013, 09:58:48 AM »
I'm sure Glass is gonna love this add-on
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.
function FirstScope::method1(%this)
{
echo("hello");
}
function FirstScope::method2(%this)
{
echo("world");
}
function SecondScope::method2(%this)
{
echo("foo");
}
datablock PlayerData(Test1 : PlayerStandardArmor)
{
attribute1 = "hello";
attribute2 = "world";
};
function Test1::method1(%this)
{
echo("hello");
}
function Test1::method2(%this)
{
echo("world");
}
datablock PlayerData(Test2 : Test1)
{
attribute2 = "foo";
};
function Test2::method2(%this)
{
parent::method2(%this);
echo("foo");
}
Make sure you go to Akihabara and buy lots of figurines and hentai doujinshi.
suk me dik
Ports get to win the cutest former award! Everyone, vote now!

The lorem ipsum "▬" character is the widest if you want.
Actually no, Uppercase W is wider
Code: [Select]%r = _compToHex( 255 * getWord( %rgb, 0 ) );
%g = _compToHex( 255 * getWord( %rgb, 0 ) );
%b = _compToHex( 255 * getWord( %rgb, 0 ) );