dalep62 on 6/10/2002 at 18:21
I activitated "Robe of St. Roris" and did a save on it? When I pull up the console in play (PC Version) and type in player-> additem "robe of st. roris" 1 I get the following message "Script syswindow compile and run script command "add" not found on line 1. add item "robe of st. roris" 1. I think my problem is in not understanding the editor. Can someone give me step by step instructions on how to work the editor?
Forsythe on 8/10/2002 at 05:01
Do it without that period (ie: .) in there ;)
(Btw, that's the console there; the editor's what ppl use to make mods... oh, yeah, and to write the game ;))
dalep62 on 8/10/2002 at 14:31
Get the same message?
Forsythe on 8/10/2002 at 17:29
You mean that you get the same message when you do like this:
player->additem "robe of st roris", 1
?
Kilana on 8/10/2002 at 18:45
I'm guessing you typed this in...
player->add item "robe of st. roris" 1
If you typed: player->additem "robe of st. roris" 1
you wouldn't get that error.
Forsythe on 9/10/2002 at 06:23
Eh? Having a period in there works, Kilana? I'd've thought it'd break, given that the robe's object ID is "robe of st roris" :erm:
Striker on 9/10/2002 at 07:14
Also, there shouldn't be a space after 'player->'.
-Striker
Kilana on 9/10/2002 at 18:36
Quote:
Originally posted by Forsythe Eh? Having a period in there works, Kilana? I'd've thought it'd break, given that the robe's object ID is "robe of st roris" :erm: I never looked in the editor for the exact ID... just pointing out why that specific error popped up.
Forsythe on 9/10/2002 at 20:55
Ah, gotcha.
dalep62 on 9/10/2002 at 23:58
I went back and put the info back into the console without using any spaces and it worked and I got the robe. Thanks for the help.