Lineage 2 Tower Forum

Full Version: SCRIPT by comman
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way i can run/stop a script using a command in-game??
Maybe with a combo.. a Plugin who pause l2tower with chat command and the script who work only when l2tower its not paused...

like.

    LUA Programming
repeat
	if not IsPaused() then
 
-- code
-- code
 
until false

/scriptStart example.lua -- case sensitive
/scriptStop example.lua -- case sensitive
/scriptStopAll -- stops all scripts
actually it's not case sensitive, but need to replace every space by underscore:
/scriptstart_example.lua
thanks guys. ill try this
(05-28-2015 10:48 AM)kerberos464 Wrote: [ -> ]actually it's not case sensitive, but need to replace every space by underscore:
/scriptstart_example.lua
If use with dot and no sensitibe shows in chat Big Grin

Sent from my SM-G900F using Tapatalk
Reference URL's