|
||
|
|
#1 (permalink) |
|
Join Date: Jun 2004
Age: 25
Posts: 56
|
DESCRIPTION
After the Lich death the moongate appear. The players can go through to the next location ![]() INSTALATION Put the script to custom folder. HOW TO USE You can add him manualy (add liche2) or by spawner. By props command you can edit the target place to teleport, time to delete the gate (in seconds) and hue for the gate. |
|
|
|
|
|
#3 (permalink) | |
|
Join Date: Jun 2004
Age: 25
Posts: 56
|
Quote:
Code:
public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );
writer.Write( (int) 0 );
/*Moongate destination*/
writer.Write((int)m_MoonDest.X);
writer.Write((int)m_MoonDest.Y);
writer.Write((int)m_MoonDest.Z);
/*--------------------*/
}
|
|
|
|
|
|
|
#5 (permalink) | |
|
Forum Novice
Join Date: Mar 2004
Posts: 232
|
Quote:
Comment that line out type // before that part of the code |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|