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.
2. Try sticking to a game longer than 4 hours.
3. You're a help vampire.