Cantrip |
Cantrip |
Guest_Guest_* |
Jun 23 2004, 05:26 AM
Post
#1
|
Guests |
Basically.. could you put in at least all of the features cantrip has in terms of mac-beautiful window preferences and all that sort of stuff that is built in to apple script. Only don't suck like cantrip and be too slow to actually be useable.
|
|
|
Guest_Brennan Young_* |
Apr 4 2006, 12:22 PM
Post
#2
|
Guests |
The absolute minimum Applescript support would be to be able to select in the 'edit trigger' window a script with a special callback handler, something like
CODE property bestWeapon : "sword"
on default trigger (msg, whichWorld) tell application "Savitar" tell whichWorld if msg begins with "You have been attacked by " then send "retaliate with " & bestWeapon else return false -- i.e. I didn't handle this end if return true -- i.e. I handled this end tell end tell end output |
|
|
Lo-Fi Version | Time is now: 26th November 2024 - 08:45 AM |