Which function is used to change the name and description of an object?
Also, can you tell me how to fix the error: Value was NIL when getting global with name 'ChangeResource'?function give_sulfur()
ChangeResource(4, 5, 'Biara')
Trigger(OBJECT_TOUCH_TRIGGER, 'kotel', nil);
end
2) There is no such function as ChangeResource; check the manual for functions that modify resources.