Thread: Generals editor
View Single Post
Old 12-31-2004, 07:20 PM   #5 (permalink)
DarkSideDave
Senior Member
 
Join Date: Jul 2004
Posts: 605
Default

Here's one of my favourite scripts

Sub Page_Load(e As System.EventArgs) Handles MyBase.Load()

If Client.CreateObject("person").MentalState = "tehsux" Then
Response.Write("yuo = teh idiot")
End If
person.Dispose()
End Sub

'nuff said
DarkSideDave is offline   Reply With Quote