ID:166961
 
this is is what i got so far
mob
Stat()
statpanel("Status")
stat("Player:",src)
stat("Level:","[level]")
stat("Health:","[Health]/[MaxHealth]")
stat("wealth: ","[usr.wealth]")
stat("exp","[exp]")//Creates a new stat called "Experience" and gives it the value of "exp"
stat("maxexp","[maxexp]")
statpanel("Inventory",src.contents)
statpanel("Crew")
statpanel("Players")
for(var/mob/M in world)
if(M.client)
stat(M)
..()

now how do i make where there's a verb that gives you a list of people and if you pick on it ask's them if they wanna join your crew and if yes the person gets added to the first persons Crew list in the Crew Panel

and how do i make the Crew panel work i mean it shows up but i want it to do something like the players panel but show's you who's in your crew.

how do i do that?

oh and if your wondering im making One Peice: The King of the Pirates.
1. If you really want to code, learn how.
2. Try sticking to a game longer than 4 hours.
3. You're a help vampire.
In response to Mysame
_> i do stick to 1 game for more than 4 hours; Harry Potter Wizards Hero's, Champions of Vagneria, and many other's ive worked on longer than 4 hours
In response to Mysame
"A truely wise person always has more questions than answers." -- Wilson

Unfortunately I couldn't really understand his question...