how could i acomplish this? i saw the other topic but it was dbz lol, so you didnt answer, i sure hope you would answer his question cause it helps others that read it as well.
thanks
1
2
ID:150173
Dec 3 2001, 1:21 pm
|
|
Dec 3 2001, 1:22 pm
|
|
Why would you want to turn a Monfey into King Kong? I mean a Monfey is NOTHING like king kong. Possible Fing Fong, but that's another story...
|
In response to Evilkevkev
|
|
if your gonna be a jackass about it, fine, god i jsut need an answer and ill be on my way...i made a spelling error
|
In response to Migzor
|
|
I still have a feeling you're going to use this for a dbz game..
|
In response to Nadrew
|
|
i dont play dbz sorry
|
In response to Migzor
|
|
I saw you in a dbz today and you have one on the hub!
|
In response to Nadrew
|
|
HELLO!!!?
i make dbz games for people, i like original games like Paintball Post, Knights Table. why cant you people do your job and help |
In response to Migzor
|
|
It's not our job, we help because we want to help. And now I don't want to help you because you're very annoying in saying "Do your job and help".
|
In response to Nadrew
|
|
yea go ahead and whine like a llil kid, now you wont help me, omg your such an imature kid. I remember when i was a young kid whining
|
In response to Migzor
|
|
You mean you're older than 14? You type like you're 3, but because you're the one whining about it here's the code you want:
mob/verb/Change() |
In response to Nadrew
|
|
That code is pretty as onions.
|
In response to Nadrew
|
|
so its like:
mob/verb/Change() if(usr.icon == 'monkey.dmi') usr.icon='kingking.dmi' else usr.icon='monkey.dmi' ? |
In response to Migzor
|
|
mob/verb/Change()
if(usr.icon == 'monkey.dmi') usr.icon='kingkong.dmi' else usr.icon='monkey.dmi' |
In response to Evilkevkev
|
|
Nadrew it's almost like it is your job....you're helping on the forum like 24/7(little offense)Sometimes you get angry at people you help
|
In response to Bonzi
|
|
Umm no, I get angry at people when they ask stupid questions.
|
In response to Evilkevkev
|
|
you mean like, *puts a kiddy voice on* my coding won't work look..
obj Gold icon = 'gold.dmi'//the gold file icon state = "pile_of_gold"//it's icon_state verb get() set src in oview(1) src.Move(usr) usr<<"You have pick up 25 Gold."//This tells them how much gold they gained usr.gold+=25//This adds 25 Gold to the usrs Gold del{src} *puts normal voice* lets see if any beginners can find the two errors and a warning. when you find one error the warning will go away. |
In response to Deadman Walking
|
|
Deadman Walking wrote:
you mean like, *puts a kiddy voice on* my coding won't work look.. Next? ~X |
In response to Xooxer
|
|
one more mate
|
In response to Deadman Walking
|
|
You mean the {} opening and closing del, and not using ()?
|
In response to Nadrew
|
|
close enough
|
1
2