mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-23 21:27:45 +00:00
26 lines
No EOL
442 B
ChaiScript
26 lines
No EOL
442 B
ChaiScript
|
|
class HouFurOrchestrionDef
|
|
{
|
|
|
|
def HouFurOrchestrionDef()
|
|
{
|
|
this.id = 721226;
|
|
}
|
|
|
|
def Scene00000( player )
|
|
{
|
|
player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/,
|
|
fun( player, eventId, param1, param2, param3 )
|
|
{
|
|
|
|
});
|
|
}
|
|
|
|
def onTalk( eventId, player, actorId )
|
|
{
|
|
this.Scene00000( player );
|
|
}
|
|
|
|
};
|
|
|
|
GLOBAL HouFurOrchestrion = HouFurOrchestrionDef(); |