Slipknot Advance Message System 3.0NEW:
- SDK compatibility.
I think, is now compatible with SDK (you can remove it).
- Deleted some code.
Some things of the last version can be smaller.
- Hexadecimal color.
Some people request it, works like in the Dubealex script.
- Another fix to the cursor width.
I found a new way to manage it.
- Advance Cursor Width
Is based in the current choice width.
- Fixed input number window.
The back window's width now can't be smaller than the input number's width.
SCREENSHOTS:
DEMO:
http://www.megaupload.com/?d=URDCGPX3SCRIPT
[code]#==============================================================================
# ** Slipknot Advance Message System
#------------------------------------------------------------------------------
# Slipknot
# 3.0
# 02.23.06
#------------------------------------------------------------------------------
=begin
Thanks to:
- Dubealex, for some of the features.
- Phylomorphis, for the hexadecimal color.
=end
#==============================================================================
#--------------------------------------------------------------------------
# SDK log
#--------------------------------------------------------------------------
SDK.log('Slipknot Advance Message System', 'Slipknot', '3.0', '02.23.06')
#--------------------------------------------------------------------------
#--------------------------------------------------------------------------
# Begin SDK Enabled Check
#--------------------------------------------------------------------------
if SDK.state 'Slipknot Advance Message System'
#--------------------------------------------------------------------------
module Message_Settings
#--------------------------------------------------------------------------
#