Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

You're an Eclipse addict when…


Guest
 Share

Recommended Posts

  • Replies 557
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
@[Cube:

> Lanphrost [/Cube] link=topic=35588.msg388044#msg388044 date=1236128393]
> You're an  Eclipse addict when you've posted in this thread at least 3 times using only sadscript

ROFL!!

your an eclipse addict when you have to mow the lawn you start thinking of using the erase tool in paint shop.
Link to comment
Share on other sites

  • 4 weeks later...
Your an eclipse addict when you have to vacuum the carpet, you wish you could:

' Magic Carpet Cleaning

' Global Variables
Public RoomName
Public MAX_DIRT
Public Vacuum

Sub OnVacuumLoad()
CarpetName = GetVar("Clean.ini", "CONFIG", "CarpetName")
MAX_Dirt = GetVar("Dirt.ini", "MAX", "MAX_DIRT")
Vacuum = GetVar("VacuumSettings.ini", "Vacuum", "Clean")
End Sub

Sub ScriptedNPC(Index, Script)
Select Case Script
                      Case 0
                        Call Vacuum(Target)
                        Call CleanCarpet(Index)
                      End If

End Sub
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...