scripting
Posted: Fri Jul 27, 2007 7:44 pm
hi sag again, how do i get this script thing to work.. maybe i have some setting turned off but i know the item names and that are right and script, looks fine to me, and my untrained eye, hehehe
check it out
Event("Useitem","Bronze Ingots")
{
*command=say %PLAYER% has made and used Bronze Ingots
*command=grantcash %PLAYER% 400
*command=grantskill Organized
}
whats wrong with it, and why when my char on world uses bronze ingots, nothin happens
i also tried
Event( "Useitem", "Bronze Ingits")
{
*command=say %PLAYER% has made and used Bronze Ingits
*command=grantcash %PLAYER% 400
*command=grantskill Organized
}
with spaces in it you see...
i dont know whats goin on, please help me!!
check it out
Event("Useitem","Bronze Ingots")
{
*command=say %PLAYER% has made and used Bronze Ingots
*command=grantcash %PLAYER% 400
*command=grantskill Organized
}
whats wrong with it, and why when my char on world uses bronze ingots, nothin happens
i also tried
Event( "Useitem", "Bronze Ingits")
{
*command=say %PLAYER% has made and used Bronze Ingits
*command=grantcash %PLAYER% 400
*command=grantskill Organized
}
with spaces in it you see...
i dont know whats goin on, please help me!!