2011-11-14 23:32:55 +01:00
|
|
|
Module
|
2011-12-05 19:27:07 +01:00
|
|
|
name: game_outfit
|
2011-11-14 23:32:55 +01:00
|
|
|
description: Change local player outfit
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
|
|
|
onLoad: |
|
|
|
|
require 'outfit'
|
|
|
|
return true
|
|
|
|
|
|
|
|
|