//Saddle Racks (Deeds) for Sphere
//These go in your sphereitem2.scp.
//Dont forget to number them appropriately!
//Dont forget to ALSO number the TYPE=xxxx lines for each
//item- these relate to the TRIGGER #'s below.
//See below for items to add to your spheretrig2.scp! 
//Created by Thadius, Tranquillus Decorum

[xxxx]
NAME=Saddle Rack Deed
ID=014ef
TYPE=xxxx
BUYVALUE=500
SELLVALUE=100
CATEGORY=Provisions - Deeds
SUBSECTION=Deeds
DESCRIPTION=Saddle Rack Deed

[xxxx]
NAME=Saddle Rack 2 Deed
ID=014ef
TYPE=xxxx
BUYVALUE=500
SELLVALUE=100
CATEGORY=Provisions - Deeds
SUBSECTION=Deeds
DESCRIPTION=Saddle Rack 2 Deed


//Put the below in your spheretrig2.scp!
//Dont forget to number them appropriately!

[TRIG xxxx]
//Saddle Rack Deed
ONTRIGGER=DCLICK
MOREP=<SRC.P>
MOREX=<MOREX> - 1
MOREY=<MOREY> - 1
SRC.HOME=<MOREP>
SRC.NEWITEM=0f38
SRC.ACT.COLOR=0
SRC.ACT.P=<SRC.HOME>
SRC.ACT.ATTR=8010 
//static never movable
SOUND 0042
REMOVE
RETURN 1

[TRIG xxxx]
//Saddle Rack 2 Deed
ONTRIGGER=DCLICK
MOREP=<SRC.P>
MOREX=<MOREX> - 1
MOREY=<MOREY> - 1
SRC.HOME=<MOREP>
SRC.NEWITEM=0f37
SRC.ACT.COLOR=0
SRC.ACT.P=<SRC.HOME>
SRC.ACT.ATTR=8010 
//static never movable
SOUND 0042
REMOVE
RETURN 1
