ID:79597
 
Resolved
Fixed in 453
BYOND Version:452
Operating System:Windows XP Pro
Web Browser:Firefox 3.5.2
Status: Resolved (453)

This issue has been resolved.
Descriptive Problem Summary:
A verb defined under /client and added to the mob's verb list appears in the statpanel but does nothing when used.

Numbered Steps to Reproduce Problem:
1) Create project with a client verb.
2) Add client verb to mob.verbs in login.
3) Try to use verb.

Code Snippet (if applicable) to Reproduce Problem:
client/verb/Test()
usr << "Test verb clicked

mob/Login()
..()
verbs += /client/verb/Test


Expected Results:
Verb should operate normally.

Actual Results:
Verb has no effect.

Does the problem occur:
Every time? Or how often? Every time
In other games? Any game with client verbs
In other user accounts? N/A
On other computers? N/A