ID:160037
![]() Nov 30 2008, 8:43 am
|
|
hey does anyone have any idea of a code for a title system for a bleach game? if you do ill give you credit for the help...thanks
|
Totally Unexpected wrote:
Title system? he means using stuff like turf |
yea i mean somethin like that but i want it to post like (Game Owner)(Captain Of Squad 12)Seteden and stuff like that
|
Oh.
var/list/admins = list("Dan","Tom","Seteden") Want me to add comments? |
In the code I posted above, the rank and the squad variables apply to any player in the world.
As in, anyone who is in a squad and has a rank within the squad will have the little squad "tag". {Squad 14 :: Lieutenant} Gooseheaded: Hey guys! The only "tag" that is "restricted", so to speak, is the ADMIN tag-- only Dan, Tom and You will have the ADMIN tag. Keep asking if you have doubts! =) |
I would suggest The DM Guide.
|
Ephemerality wrote:
I would suggest The DM Guide. ok yea i have the squad thing added....i just needa figure out how to get em to appear in OOC |
Assuming that, by "OOC", you mean some sort of proc that sends a message, or a separate output element... did you embed the var(iable) that is holding the title in the text string?
|
obj |
Many mistakes I see in that one. Rookie ones anyways. Improper indentation is a big one. That if(usr) line is going to get an error for not having any "effects" (as I call them) under it.
|
Explain what that is, and correct your typos before clicking on "post", please.
=)