Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Patrick_ on July 16, 2006, 02:07:00 PM

Title: Gimp commands
Post by: Patrick_ on July 16, 2006, 02:07:00 PM
After gimping the player, what are the commands to make them say, or to send a command? I looked through the gimp script and didn't see it.
Title: Re: Gimp commands
Post by: Megiddo on July 16, 2006, 02:25:28 PM
It's in ulx_fun.lua in a table, you can't miss it  ;)
Title: Re: Gimp commands
Post by: Patrick_ on July 16, 2006, 02:46:11 PM
Actually, that was the script I looked through. There was not a table in it. I don't know why, but it is all script. Do you think you can post them?

Title: Re: Gimp commands
Post by: Megiddo on July 16, 2006, 02:47:03 PM
Ah, I didn't understand you at first. You don't speak through the player, their speech is merely messed up.
Title: Re: Gimp commands
Post by: JamminR on July 16, 2006, 05:32:33 PM
Patrick, though you can't force the player to speak realtime (at least, not with current implimentation of ULX) if you would like to edit what is said.
scroll to the bottom of ulx_fun.lua and look up about 20-30 lines,
find the following exact line
-- Gimp Messages --

there are several 'table.insert( gimp_say,....' lines there.
Add more following same format listed there.