File: myusecode.uc

package info (click to toggle)
exult 1.12.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 43,608 kB
  • sloc: cpp: 169,917; xml: 7,400; yacc: 2,850; makefile: 2,419; java: 1,901; ansic: 1,654; lex: 673; sh: 539; objc: 416
file content (8 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8

horse 0x2d7 ( )
	{
	if (UcEvent == 0)		// Nearby...
		UI_item_say(UcItem, "Not too close, now.");
	else if (UcEvent == 1)
		UI_item_say(UcItem, "I am NOT Smith, foolish Avatar!");
	}