8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
#include "dbg_inc"
|
|
void main()
|
|
{
|
|
if (GetIsPC(GetEnteringObject()))
|
|
dbg_Warning("Using anph_on_area_ent script, tell Sherincall to remove", OBJECT_SELF);
|
|
ExecuteScript("anph_area_enter", OBJECT_SELF);
|
|
}
|