Staying Grey

For questions relating to POL scripting (not necessarily related to WoD)

Moderators: Siobhan, Sebastian, Drocket

Staying Grey

Postby Rena on Sat Jul 17, 2004 8:14 pm

I post this here cause I am using WoD, so I am hoping someone will help me on this one. Okay, I was wondering, is there anyway that it could be made so that alignment could be set? What I mean is, is there a way for people who want to be neautral to be able to run around with their name grey permanetely? and if so, where would this be edited at?
Rena
Newbie
 
Posts: 11
Joined: Thu Jul 03, 2003 8:02 pm

Postby dw3rby on Wed Jul 28, 2004 1:07 am

I'm not sure, but I imagine you could probably use some sort of cprop to flag a char criminal using a dot command.
dw3rby
Sr. Newbie
 
Posts: 20
Joined: Mon Dec 01, 2003 3:42 am

Postby Zoram on Sat Jul 31, 2004 3:53 am

There is a .grey ( or is that .gray) command bu tthat expires after a timer, you might check that though.
Zoram
Jr. Newbie
 
Posts: 4
Joined: Tue Nov 25, 2003 8:51 pm

Postby dw3rby on Sun Aug 01, 2004 9:27 pm

I just wrote one for yeh, here it is:

Code: Select all
use uo;

var criminal := 0;

program criminal_toggle( character )

if (!criminal)
character.criminal := 1;
SendSysMessage (character, "Your are now flagged criminal!");
elseif (criminal)
character.criminal := 0;
SendSysMessage (character, "You are no longer flagged criminal!");
else
SendSysMessage (character, "Jake sucks at scripting!");
endif

endprogram


It can be used as a dot command, or if you want, I could write a gump for it...so as to use it on a stone or somesuch...mebbeh.
Last edited by dw3rby on Sun Aug 01, 2004 9:32 pm, edited 2 times in total.
dw3rby
Sr. Newbie
 
Posts: 20
Joined: Mon Dec 01, 2003 3:42 am

Postby dw3rby on Sun Aug 01, 2004 9:28 pm

EDIT: DELETE ME
dw3rby
Sr. Newbie
 
Posts: 20
Joined: Mon Dec 01, 2003 3:42 am


Return to Scripting Forum

Who is online

Users browsing this forum: No registered users and 0 guests

cron