HudaJan has written
see game.inf and the on:useground event...
i tried... that does not work...
i even tried to copy the grain one and changed to bamboo and the id detailss still dosent work
edit:another question: im trying to make an herb (item) in a form of an bang fungus (object) and this is the code:
### Orange herb
id=133
name=Orange herb
group=food
icon=gfx/bangfungus.bmp
model=gfx/bangfungus.b3d
scale=0.6
mat=leaf
weight=200
info=an orange herb.
script=start
on:eat {
process "eating",1000;
eat 10,10,2,0;
}
script=end
y it dosent work?
2nd edit:its even dont show up on items menu...
edited 2×, last 21.08.08 02:16:21 pm