|
||
|
|||||||
| Script Support Get support for modifying RunUO Scripts, or writing your own! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Sep 2006
Location: Ukraine
Posts: 880
|
Hi, i have new idea for my script but don't sure how to do this.
Ok i need something like this: 1)Create mobile(Human) in script. 2)Add this mobile to List 3)Open gump with some props of mobile(mobile doesn't exist in world) 4)Change some props 5)If i need create mobile again with this props. Same with Mobile Items(armour, mount, weapon). So i will add mobile from script. like Code:
moblist.Add(new Guard()); Code:
((Mobile)moblist[i]).Name; //or some other prop Code:
Guard g = new Guard(); g.Name = moblist[i].Name; g.Fame = moblist[i].Fame; ... ... I need only items which equiped. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|