2024-06-20 15:47:42 -04:00

13 lines
374 B
Plaintext

/// /// /// /// /// /// /// /// /// /// /// ///
/// wg_grow
/// When the sprout is destroyed by delayed
/// damage, create the plant.
///
/// Created by Gilgon Avalrock
/// /// /// /// /// /// /// /// /// /// /// ///
void main()
{
object oPlant = CreateObject(OBJECT_TYPE_PLACEABLE, "witchgrass", GetLocation(OBJECT_SELF), TRUE);
DestroyObject(OBJECT_SELF,0.5f);
}