generated from Jaysyn/ModuleTemplate
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
#include "zep_inc_phenos"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
zep_Dismount(oPC);
|
|
DelayCommand(15.0, ActionCloseDoor(OBJECT_SELF));
|
|
|
|
|
|
}
|