Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Game Events and Scripting

by nferraz (Monk)
on Jun 18, 2007 at 10:16 UTC ( [id://621763]=note: print w/replies, xml ) Need Help??


in reply to Game Events and Scripting

Take a look on Module::Pluggable. It allows you to create plugins that are triggered under given circumstances. For instance:

foreach my $plugin ($self->plugins) { next unless $plugin->can('handle_walk_across_the_screen'); $plugin->handle_walk_across_the_screen($character); }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://621763]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2026-01-19 07:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (122 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.