character = new /mob/characters/Blah()
and i don't know how to define an icon or even get to the file, any help will be appreciated
ID:165545
Dec 5 2006, 10:43 am
|
|
how would i go about making or accessing such a thing if i am making a code to select a team at the start of the game or whatever..
character = new /mob/characters/Blah()
and i don't know how to define an icon or even get to the file, any help will be appreciated |
Dec 5 2006, 2:40 pm
|
|
bump
|
In response to Animay3
|
|
nobody likes me
|
In response to Animay3
|
|
Maybe it's more like your question is VERY vauge.. like: what file?
For the icon thing, define the icon -_- mob/characters - GhostAnime |
Races, perhaps?
var/list/byond_moderators=list("dan","tom","deadron","gughunter","lummoxjr","mikeh","nadrew","shadowdarke") This snippet would allow normal players to select if they want to become a human or an orc when they login. The key "Android Data" becomes an android, and the BYOND Moderators (listed in the byond_moderators list) become BYOND Moderators. <small>No atoms were harmed in the making of this snippet.</small> |
In response to Android Data
|
|
Android Data wrote:
Races, perhaps? > var/list/byond_moderators=list("dan","tom","deadron","gughunter","lummoxjr","mikeh","nadrew","shadowdarke") This snippet would allow normal players to select if they want to become a human or an orc when they login. The key "Android Data" becomes an android, and the BYOND Moderators (listed in the byond_moderators list) become BYOND Moderators. Thanks alot, that helped. One more question, when they are being created how would i set their key to a list. AND another question, is there any built-in variable for making their character names? or would i need a library? |
In response to Animay3
|
|
bumpity dumpity
BADGER-BADGER-BADGER-BADGER-BADGER-BADGER-BADGER-BADGER-BADG ER-BADGER MUSHROOM MUSHROOM!!!!!!!!!!!!!!!!!!!! |
In response to Animay3
|
|
var/list/listname = list("key","otherkey")
|
In response to Xx Dark Wizard xX
|
|
Xx Dark Wizard xX wrote:
var/list/listname = list("key","otherkey") Explain that? |
In response to Animay3
|
|
Nevermind, I am not going to help you.
|