Frictional Games Forum (read-only)

Full Version: Naming combined items?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so i combined glass jar with acid got a jar of acid but because it is combined i couldnt really add text entry in hpl editor so how do i add a name and desc to a combined item? Smile
I believe it works like this:

GiveItem(string& asName, string& asType, string& asSubTypeName, string& asImageName, float afAmount);
I think it is the "string& asSubTypeName" if you can trust the wiki
http://wiki.frictionalgames.com/hpl2/amn...#inventory