Files
dsrc/sku.0/sys.server/compiled/game/script/npc/celebrity/dera.java
T
2018-06-07 00:32:29 +01:00

17 lines
374 B
Java
Executable File

package script.npc.celebrity;
import script.obj_id;
public class dera extends script.base_script
{
public dera()
{
}
public static final String CONVO = "celebrity/dera_darklighter";
public int OnInitialize(obj_id self) throws InterruptedException
{
setName(self, "Dera Darklighter");
return SCRIPT_CONTINUE;
}
}