Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script 1598 (int stag, int ltag)
- {
- int i = 0;
- printBold(s:ActivatorTID());
- if (CheckActorClass(0,"PowerMissile")) {
- if (i == 5) {
- Door_Open(stag, 16, 0);
- SetLineSpecial(ltag,202,0,16,0,70,0);
- }
- while (i < 5)
- {
- i++;
- }
- }
- else {
- print(s:"You need 5 missiles to open this door");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement