obj/hair
icon = 'droid.dmi'
icon_state = "17h" //that's zero, not ( ) or O
layer = FLOAT_LAYER
obj/hair/chrono
icon = 'chronoh.dmi'
icon_state = "chrono" //that's zero, not ( ) or O
layer = FLOAT_LAYER
Click()
src.icon += rgb(20,0,0)
proc/hair()
var/head = input("Plz Choose A Hair Style") in list("Long","Chrono's Style")
if(head == "Long")
usr:overlays = null
usr:overlays += /obj/hair
if(head == "Chrono's Style")
usr:overlays = null
usr:overlays += /obj/hair/chrono/
obj
ahead1
name = "Hair"
layer = FLOAT_LAYER
Click()
hair()
ared
icon = 'droid.dmi'
layer = FLOAT_LAYER
mob/makingchar
icon = 'droid.dmi'
var
obj/ahead1/head1
obj/ared/redp
hair
Move()
sleep(100000000000)
Login()
usr:Move(locate(12, 14, 2))
New()
..()
src.head1 = new
src.redp = new
Click()
var/new_mob = new /mob/droid()
new_mob:overlays += usr:overlays
usr.client.mob = new_mob
var/turf/first_location = locate(1, 5, 1)
new_mob:Move(first_location)
Stat()
redp.name = "Add Red"
stat("Click Your Icon When Done")
stat(usr)
statpanel("Head")
stat(usr)
stat(head1)
stat(redp)
None of its really important but the ared obj i want it so when u click it changes the color of the overlay that on the mob (the hair color) ill i need is help here is wat i tried last this ti suppose to add red to it but it just messes up
Click()
usr:overlays:icon += rgb(10,0,0)
so someone plz just give me some clues
ID:150772
Jul 29 2001, 5:29 pm (Edited on Jul 29 2001, 5:54 pm)
|
|
I realy need help its been 3 days since ui started this problem i didnt state it till yesterday