Difference between revisions of "ScriptDeactiveGenerator"

From Amulets & Armor Wiki
Jump to: navigation, search
(Created page with "DeactiveGenerator( [GeneratorNum] ) Stops a generator that has been defined in the .GEN file by Index. === Arguments === '''GeneratorNum''' - Index of Generator defined in...")
 
Line 1: Line 1:
DeactiveGenerator( [GeneratorNum] )
+
'''DeactiveGenerator( [GeneratorNum] )'''
  
 
Stops a generator that has been defined in the .GEN file by Index.
 
Stops a generator that has been defined in the .GEN file by Index.

Revision as of 20:47, 2 December 2016

DeactiveGenerator( [GeneratorNum] )

Stops a generator that has been defined in the .GEN file by Index.

Arguments

GeneratorNum - Index of Generator defined in .GEN file

Example

41:
   ChangeSideTexture(1636,"SWIT1U");
   AreaSound(6007,-16,516,300,255);
   DeactiveGenerator(1);
   End();


Back to Scripting Main Page