How would you make a code where the person clicks on a verb their icon changes
i.e.
(You)
icon = 'p.dmi'
icon_state = "01"
then if they click on a verb...(change for example)
Change
their icon shifts gos to
icon = 'p.dmi'
icon_state = "02"
thx in adv
ID:261226
Nov 4 2001, 10:08 am
|
|
In response to Alathon
|
|
lol thanks
|
SSJ4_Satanic Bardock wrote:
How would you make a code where the person clicks on a verb their icon changes This should be in "Newbie Central" mate :) Lee |
In response to Mellifluous
|
|
mob/Kow
Click() icon_state="Bonzi" |
icon_state = "02"
Alathon