Auto-translated
What function is used to change the name and description of an object?
Also, could you please 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