The first "" is the internal name. I need it, because the item is used in a function. = "glass_container"
The second "" is its type = What item it actually is. The item is glass_container (as in the level editor) = "glass_container"
The third "" is for the SubItemTypeName which connects to my .lang file (with the entry name: glass_container) = "glass_container"
And the fourth "" is for the item to have a picture in the inventory = "glass_container.tga"
Therefor i need all of the "". And the script is exactly like the others... with only the item name changed..
The first "" is the internal name. I need it, because the item is used in a function. = "glass_container"
The second "" is its type = What item it actually is. The item is glass_container (as in the level editor) = "glass_container"
The third "" is for the SubItemTypeName which connects to my .lang file (with the entry name: glass_container) = "glass_container"
And the fourth "" is for the item to have a picture in the inventory = "glass_container.tga"
Therefor i need all of the "". And the script is exactly like the others... with only the item name changed..
(05-06-2012, 08:42 PM)Your Computer Wrote: Internal names are required for use item callbacks and the like. GiveItem is normally used for items that don't have a relative .ent file.
Ahhh ok. Sorry 'bout that (giving you the wrong idea). I was trying to help but I didn't know about the GiveItem's function and the internal names.
Sorry if i was rude.. Im glad you want to help I'm just stressed out myself, because im under time pressure... and have worked on this story in a lOooooong time
(05-06-2012, 09:03 PM)beecake Wrote: Sorry if i was rude.. Im glad you want to help I'm just stressed out myself, because im under time pressure... and have worked on this story in a lOooooong time
You weren't rude I understand your situation too. I've been working on my full conversion too and it's almost been a year (except it isn't a "year's worth of work", it's because sometimes I didn't have time to work on it and also because there was times where I wanted to quit/did quit, but restored back up due to some wanting it and I HAVE to release it this week, because I don't want to "lag it" again.
And not to mention, my beta testers say I need a lot to work on and stuff (and they are being helpful and giving me tips ) but it's ok because it's my first story haha.