mob/var/Name |
Problem description: The verbs aren't working for the top one but i don't know about the bottom
ID:801138
Jun 6 2012, 3:22 pm
|
||
Code:
Problem description: The verbs aren't working for the top one but i don't know about the bottom | ||
#1 Jun 6 2012, 3:30 pm
|
|
What do i make it a interface one????
| |
#2 Jun 6 2012, 3:40 pm
|
|
Replace "verb" with "Click()".
| |
#3 Jun 6 2012, 3:42 pm
|
|
O Sorry I thought you were trying to do something else, What i think your trying to do it Make it Clickable in the Login Screen, if You Are Trying to do that you need to do it make a turf and use Click() proc and then make those turf/verb's you have up there mob/proc's
| |
#4 Jun 6 2012, 3:45 pm
|
|
In Load_Character(), you need to put the set src in oview(0) at the top of the verb. You cannot modify how that works in an if statement. Secondly, why are you doing usr.LoadProc(usr)? You're already calling the procedure on the user, it's redundant to supply the user as an argument for something that's already being called on it.
Thirdly, you're calling SetMedal() using src, meaning you're awarding the turf a medal and not the player. | |
#5 Jun 6 2012, 3:57 pm
|
||
Area.dm:5:error: proc definition not allowed inside another proc Story.dmb - 1 error, 0 warnings (double-click on an error to jump to it) | ||
#6 Jun 6 2012, 4:13 pm
|
|
I Don't think you can use click like that, try to do what i say in my previous post
| |
#7 Jun 6 2012, 6:33 pm
|
|
To fix that error, first bring the New_Character() proc outside of Click(). Then under Click() call that proc. Finally, "Area" should be "area".
| |
#9 Jun 7 2012, 9:48 am
|
|
I did a verb but thank you guys i made a var to stop the verb from working when logged in.
| |
#10 Jun 7 2012, 10:13 am
|
|
...
| |