![]() |
'GiveItem' help - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: 'GiveItem' help (/thread-20674.html) Pages:
1
2
|
RE: 'GiveItem' help - NaxEla - 03-12-2013 The name would be the internal name that you gave it when you used the GiveItem script. GiveItem(string &in asName, string &in asType, string &in asSubTypeName, string &in asImageName, float afAmount); RE: 'GiveItem' help - OriginalUsername - 03-12-2013 (03-12-2013, 02:45 AM)NaxEla Wrote: The name would be the internal name that you gave it when you used the GiveItem script. Thanks! I thought that was for the .lang file only |