1
2
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
|
In response to Totally Unexpected
|
|
Totally Unexpected wrote:
Title system? he means using stuff like turf |
In response to Entrepreneur
|
|
yea i mean somethin like that but i want it to post like (Game Owner)(Captain Of Squad 12)Seteden and stuff like that
|
In response to Seteden
|
|
Oh.
var/list/admins = list("Dan","Tom","Seteden") Want me to add comments? |
In response to Totally Unexpected
|
|
yea but how do i add that to everybody...including players?
|
In response to Seteden
|
|
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! =) |
In response to Totally Unexpected
|
|
kk i think i get it....thanks
|
In response to Seteden
|
|
i guess i dont get it xD....it wont pull up the titles or anything in OOC
|
In response to Seteden
|
|
Did you assign the squad/rank at some point or another?
|
In response to Elecrusher
|
|
Elecrusher wrote:
Did you assign the squad/rank at some point or another? yea....i think so |
In response to Seteden
|
|
I would suggest The DM Guide.
|
In response to Ephemerality
|
|
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 |
In response to Seteden
|
|
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?
|
In response to Schnitzelnagler
|
|
eh...gimme a bit to check
|
In response to Seteden
|
|
It would help if you posted the relevant code snippet as well ;)
|
In response to Schnitzelnagler
|
|
i guess it would huh?
|
In response to Seteden
|
|
obj |
In response to Seteden
|
|
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.
|
In response to Mizukouken Ketsu
|
|
the worldchat runs fine....i just dont understand how to get the titles to "pop-up"
|
1
2
Explain what that is, and correct your typos before clicking on "post", please.
=)