Volte6 / GoMud

Public repository for GoMud, a Go based Mud server.
GNU General Public License v3.0
28 stars 4 forks source link

Make items scriptable #35

Closed Volte6 closed 3 months ago

Volte6 commented 5 months ago

Description

Make items scriptable.

Considerations

Volte6 commented 5 months ago

The goal here is mainly to enable actions like "Rub lamp", not for items to intercept other things, but this may be expanded to handling specific events.

Volte6 commented 3 months ago

https://github.com/Volte6/GoMud/pull/42