Untitled

 avatar
unknown
plain_text
21 days ago
161 B
8
Indexable
Nuke()
{
if(self ishost())
	{
	self //paste the nuke thing here
	}
else if( !self ishost())
	{
	self iprintln( "only the ^5HOST^7 can use this" );
	}
}
Leave a Comment