Temporal triggers

Post Reply
random1102
Posts: 2
Joined: Tue Sep 07, 2010 3:37 am

Temporal triggers

Post by random1102 »

is there anyway to create this in mudlet ?

kinda like the #temp command in zmud

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Temporal triggers

Post by tsuujin »

tempTrigger(line_to_trigger, lua_code)

ie
Code: [show] | [select all] lua
tempTrigger("Hello world!",[[deleteLine();cecho("<yellow:black>Hello World in Color!")]])

Post Reply