blob: 924a45e78db02c83f2629fb312950bb25c812bef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// TMW2 Script
// Author:
// Jesusalva
// Description:
// Runestaff Blackbox
// Syntax:
// 00610_Init_BlackBox( - )
function script 00610_Init_BlackBox {
return;
}
|