ID:170540
![]() Jan 12 2005, 6:41 pm
|
|
All im looking for is a good look verb, it can even be the zeta dbz version, just need a the code to see how to make edit it into my own. Hope someone can find one for me, thz
|
I got the verb to work, but then I wanted it to be a pop up. But now every variable I put into var/look, comes up to be unidentified. Is it mainly cause u cant have variables inside variables? If so, can you help me with either making my pop up able, or getting one that can?
mob/verb/Look(mob/O as mob) |
You can put variables inside variables. :)
Just they have to be in a proc and/or verb. Put your look var in your look verb. (above the browse proc) |
It still didnt work. Still says the vars are unidentified.
mob/verb/Look(mob/O as mob) |
This is a basic thing that if you read some tutorials should be very easy to do. Also, NEVER EVER use Zeta! Not only is it illegal, from what I've heard Zeta's programming isn't that great.
This should be what you're looking for. Don't just copy and paste, try to understand how it works.