So i add stuff to the grid and it shows the icon but for some reason the name of the item wont show up even though i have the checkbox for it to show names checked is there any code reason why it wouldn't show the name?
ID:2200408
Jan 14 2017, 9:38 am
|
|
Jan 15 2017, 12:00 pm
|
|
Show what you already did
|
mob/var/list/CraftPassives = list() like it will add it to the grid with the icon but there is no name given which is weird cause it works fine in the other source |
//try this |
well it worked but its so weird cause this code would give the name and stuff and it worked fine yet now it wont but atleast this saves time
|
also is there anyway i can add to the grid new objs without having to go and put this code for everything i wanna learn?
var/obj/Passives/Ninjutsu/Chakra_Manipulation/Chakra_Manipulation = locate() in usr.CraftPassives like something so i can add the new skills to the list without all that code for each one |
Well i try my best to try and find a easier way out of hard coding since i had little time to work one game.. Hopes it helped you out. :O
|
mob/proc/skilladd(/**/) Try this homie. you can add if statement if you want.. Make i try to make it simple plus effective. |